@media screen and (max-width: 991px) {
    .section_impact .impact_info-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .home-page section.testimonials-sec .text-white.flex.justify-center {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .section_impact .impact_info-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-btn {
        justify-content: center;
    }

    .section_hero h1.heading-style-h1.is-hero-one {
        font-size: 30px;
        line-height: 40px;
    }

    section.section_impact h2.text-3xl {
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }

    .impact_info {
        border: 1px solid #cf000f;
        padding: 20px;
        border-radius: 16px;
    }

    .footer_bottom {
        display: flex;
        flex-wrap: wrap;
    }

    .footer_bottom a#w-node-bb792e4a-0326-94c8-0ca7-af2f4653cbda-c7a54878 .text-sm {
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }

    .abt-page section.section_features .padding-global.padding-section-medium {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .uni-award-page .uni-grid,
    .uni-award-page section.section_features.media-sec-wrap .uni-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .uni-award-page section.section_features .uni-section .tabs-head p.ser-p {
        text-align: center;
    }

    .desk-none {
        display: block;
    }

    section.section_contact iframe {
        width: 100%;
    }

   footer.footer .mob-none {
  display: none;
}

footer.footer .desk-none {
  display: block;
}

}