@media screen and (min-width: 989px) and (max-width: 1200px) {
    .service .service-item.specialty {
        height: 825px !important;
    }
}

/* @media screen and (max-width: 990px) {
    .service .service-item.specialty {
        height: 585px !important;
    }
} */

@media screen and (max-width: 767px) {
    .service .service-item.specialty {
        height: 755px !important;
    }

    .about-page {
        padding: 100px 25px;
    }

    .team {
        padding: 20px 25px;
    }
    
    .team .about-content {
        padding-left: 0px !important;
    }

    .top-feature .feature-item {
        min-height: 366px;
    }
}

@media screen and (max-width: 500px) {
    .cpa-text {
        font-size: 10px !important;
    }

    .service .service-item.specialty {
        height: 905px !important;
    }

    .features {
        padding: 0 25px;
    }

    .about-page {
        padding: 100px 25px;
    }

    .team {
        padding: 20px 25px;
    }
    
    .team .about-content {
        padding-left: 0px !important;
    }

    .awards-video {
        padding: 60px 25px !important;
    }

    .section {
        padding: 100px 20px;
    }

    section.appoinment {
        padding: 50px 20px !important;
    }

    .top-feature .feature-item {
        min-height: 346px;
    }

    .footer-contact-block h4,
    .footer-contact-block .h6 {
        font-size: 12px;
    }
}

@media screen and (max-width: 426px) {
    .cpa-text {
        font-size: 8px !important;
    }

    .service .service-item.specialty {
        height: 985px !important;
    }

    .features {
        padding: 0 25px;
    }

    .about-page {
        padding: 100px 25px;
    }

    .team {
        padding: 20px 25px;
    }
    
    .team .about-content {
        padding-left: 0px !important;
    }

    .awards-video {
        padding: 60px 25px !important;
    }

    section.appoinment {
        padding: 50px 20px !important;
    }

    .top-feature .feature-item {
        min-height: 366px;
    }

    .footer-contact-block h4,
    .footer-contact-block .h6 {
        font-size: 12px;
    }
}

@media screen and (max-width: 335px) {
    .cpa-text {
        font-size: 8px !important;
    }
    
    .service .service-item.specialty {
        height: 1166px !important;
    }

    .features {
        padding: 0 25px;
    }

    .about-page {
        padding: 100px 25px;
    }

    .team {
        padding: 20px 25px;
    }
    
    .team .about-content {
        padding-left: 0px !important;
    }

    .awards-video {
        padding: 60px 25px !important;
    }

    section.appoinment {
        padding: 50px 20px !important;
    }

    .top-feature .feature-item {
        min-height: 366px;
    }

    .footer-contact-block h4,
    .footer-contact-block .h6 {
        font-size: 12px;
    }
}