/* Doctor Now page: reduce vertical spacing on mobile */
@media only screen and (max-width: 767px) {
    body .banner-style-seven.pt_40.pb_50,
    body .benefits-style-two.home-14.pt_50.pb_50,
    body .benefits-style-three.pt_50.pb_50,
    body .service-style-five1.pt_50.pb_50,
    body .about-style-three.pt_50.pb_50,
    body .faq-style-five.pt_50.pb_50,
    body .awards-section.pt_50.pb_50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body .benefits-style-three .sec-title.mb_50,
    body .awards-section .sec-title.mb_50,
    body .about-style-three .sec-title.mb_50 {
        margin-bottom: 25px;
    }
}