.gradient-text {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

@media (max-width: 991.98px) {
    .border-sm-bottom {
        border-bottom: 1px solid #495057; /* Change color/thickness as needed */
    }
}

@media (max-width: 576px) {
    .col-lg-3 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}