.features-section .feature-box {
    border-radius: 5%;
}

@media (max-width: 576px) {
    .features-section .col-sm-6 {
        width: 50%;
    }

    .features-section .feature-box {
        padding: 20px;
        min-height: 160px;
    }

        .features-section .feature-box .icon {
            font-size: 48px;
            margin-bottom: 0;
        }

        .features-section .feature-box h3 {
            font-size: 18px;
            margin-bottom: 0;
        }

    .features-section p {
        display: none;
    }
}

@media (min-width: 577px) {
    .features-section .feature-box {
        min-height: 312px;
    }
        .features-section .feature-box h3 {
            font-size: 20px;
        }
        .features-section .feature-box p {
            font-size: 16px;
        }
}

@media (min-width: 768px) {
    .features-section .feature-box {
        min-height: 284px;
    }
}

@media (min-width: 1200px) {
    .features-section .feature-box {
        min-height: 312px;
    }
    .about-content-2 .pt-0 {
        padding-top: 50px !important;
    }
}
