@media screen and (max-width:992px) {
    .banner-img {
        height: 211px;
    }
    .image-box img {
        height: 310px;
    }
    .why-sarvam {
        font-size: 28.26px;
    }
    .franchise-heading {
        font-size: 28.26px;
    }
    .franch-desc{
        text-align: justify;
    }
    .team-heading {
        font-size: 19.26px;
    }
    .team-member img {
        height: 145px;
    }
    .contact-section {
        padding: 0px 0;
    }
    .contact-text{
        padding: 22px;
    }
    .about-section {
        padding: 0px 0px;
    }
    .about-banner p {
        font-size: 13px;
    }
    .about-banner h2 {
        font-size: 40px;
    }
    .contact-section {
        padding: 20px 11px !important;
    }
}