@media (max-width:768px) {
    body {
        overflow-x: hidden;
    }

    .header {
        padding: .5rem .75rem;
    }

    .header-wrapper nav {
        display: none;
    }

    .logo {
        gap: 15px;
    }

    .logo img {
        width: 85px !important;
    }

    .m-rem {
        display: none;
    }

    .hero-section {
        background-position: left;
        margin-bottom: 0;
    }

    .head-edum-wrap {
        display: flex;
        width: 100% !important;
        margin: .75rem 0 !important;
    }

    .head-edum {
        width: 175px !important;
    }

    .head-edum-p {
        font-size: 8px !important;
    }

    .mpro {
        padding: 0;
    }

    .mpro .pro-box h6 {
        font-size: 15px;
    }

    .mpro .pro-box p {
        font-size: 13px;
    }

    .hero-txt .admi-open {
        background-color: transparent;
        align-items: start;
        /* padding: 0; */
        border-radius: 0;
        padding-left: 0;
        padding: 0;
    }

    .hero-txt h2 {
        width: 90%;
        font-size: 22px;
        margin-bottom: 1rem !important;
    }

    .hero-txt h2 br {
        /* display: none !important; */
    }

    .usp-icon {
        margin-bottom: 2rem;
    }

    .p1 {
        color: #EF971B;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5),
            4px 4px 8px rgba(0, 0, 0, 0.3),
            6px 6px 12px rgba(0, 0, 0, 0.1);
    }

    .programme-detail {
        background-color: #0000007a;
        display: none;
        margin-top: 0;
        background-color: black;
    }

    .programme-detail.m {
        display: block;
    }

    .programme-detail .wrapper {
        align-items: center;
        justify-content: center;
    }

    .mobile-form {
        padding-top: 2rem;
        display: block;
    }

    .mobile-form .form-container {
        width: 100%;
    }

    .mpro .wrapper{
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
    }

    .pro-box {
        height: 90px;
        width: 50%;
        /* padding: 10px 0; */
        border: 1px solid #333 !important;
    }

    .award {
        width: 100%;
    }

    .about-pro-img {
        padding-bottom: 150px;
    }

    .about-programme .about-pro-img img {
        width: 70%;
    }

    .about-programme .about-pro-img img.img-2 {
        right: 0%;
    }

    .usp-card {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .cta-line p {
        text-align: center;
    }

    .about-details img,
    .about-bic img {
        height: 250px;
        width: 100%;
        /* object-fit: cover; */
    }

    .about-details img {
        margin-top: 2rem;
    }

    .about-bic img {
        margin-bottom: 2rem;
    }

    .about-details p {
        width: 100%;
    }

    .certificate-img-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row !important;
        justify-content: center;
        margin-top: 1rem;
    }

    .why-singapore {
        height: fit-content;
    }


    .testi-card {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 2rem !important;
    }

    .footer-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .logo img {
        width: 120px;
    }
}