@media screen and (min-width: 1200px) {
    .hero-section .hero-title {
        width: 68%;
        font-size: 50px !important;
    }

    .hero-section .hero-desc {
        font-size: 25px !important;
        width: 68%;
    }

    #feature .single-feature {
        padding: 30px 20px !important;
    }
}

@media screen and (max-width: 987px) {
    #about .col-md-6>figure img:last-child {
        margin: 2rem auto !important;
        width: 100% !important;
    }

    #feature .features-gridx {
        flex-wrap: wrap;
    }

    .sidebar {
        display: flex !important;
    }

    .burger-icon {
        display: block !important;
    }

    #about .col-md-6>figure img:first-child {
        display: none;
    }

    #team .team-slider {
        flex-wrap: wrap;
    }

    .footer {
        padding: 30px;
    }

    .section-title {
        font-size: 30px !important;
    }

    .section-description {
        font-size: 15px !important;
    }

    .navbar-nav {
        display: none !important;
    }

    #about .col-md-6>figure img:first-child {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .section-title {
        font-size: 30px !important;
    }

    .section-description {
        font-size: 15px !important;
    }

    .hero-section .hero-title {
        font-size: 47px !important;
    }

    .hero-section .hero-desc {
        font-size: 25px !important;
    }

    #feature .single-feature {
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        margin: auto;
        width: 100%;
    }

    #feature .single-feature>.img-fluid {
        margin: auto;
    }

    #partners .owl-carousel {
        margin: 20px 0 !important;
    }
}