@media screen and (max-width: 1200px) {
    .SideMenuBtn {
        display: flex;
        position: absolute;
        right: 26px;
        top: 15%;
        width: auto;
        height: 70%;
        aspect-ratio: 1/1;
        justify-content: center;
        align-items: center;
        color: white;
        background: var(--theme2);
        border: none;
        font-size: 30px;
        border-radius: 5px;
    }

    .HeaderInside ul , .HeaderCar {
        display: none;
    }

    header {
        padding: 20px 0;
    }

    .BannerCloud {
        top: 0;
        width: 70px;
    }

    .BannerInside {
        margin: -50px auto 0;
        width: 100%;
        padding: 0 0;
        position: relative;
        z-index: 2;
    }

    .BannerFade {position: absolute;left: 0;top: unset;bottom: 0;width: 100%;height: 40px;box-shadow: 0px -21px 84px 116px #ffffff;}

    .BannerSlider {
        position: relative;
        z-index: -1;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .BannerBGParent {
        position: relative;
        z-index: -1;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .BannerSlider .BannerBG {
        position: relative;
        height: 50vh;
    }

    .OurFeaturesGH {
        display: block;
        margin: 0 auto;
        width: 100%;
        align-items: unset;
        height: fit-content;
    }

    .OurFeaturesItem {
        display: block;
        margin: 60px auto;
        width: 100%;
        border-radius: 28px!important;
        height: fit-content;
    }

    .OurFeaturesItemIcon {
        margin: 0 auto;
        position: relative;
        z-index: 2;
        bottom: 35px;
    }

    .WhyUsRowsGH .WhyUsRow ,.WhyUsRowsGH .WhyUsRow:nth-child(even) {
        background: none;
    }

    .WhyUsRowsGH .WhyUsRow {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .WhyUsItem {
        display: block;
        margin: 10px auto;
        width: 100%;
    }

    .AboutUsSection , .AboutUsSection:nth-child(even) {
        display: block;
        margin: 0 auto;
        width: 100%;
        direction: ltr;
    }

    .AboutUsSectionImg {
        display: block;
        margin: 0 auto;
        width: 70%;
    }
    .AboutUsSectionImg img {}

    .AboutUsSectionText {
        display: block;
        margin: 50px auto;
        width: 100%;
    }
    .AboutUsSectionText h1 {
        font-size: 35px;
    }
    .AboutUsSectionText p {
        font-size: 19px;
    }

    .AboutUsGiraffe , .AboutUsCloud {
        display: none;
    }

    .GradeLevelsGH {
        flex-wrap: wrap;
    }

    .GradeLevelItem {
        width: 48%;
        margin: 25px 0;
    }

    .BannerLogo {
        position: relative;
        display: block;
        margin: 0 0 30px;
        left: unset;
        top: unset;
    }

    .BannerGiraffe {
        display: none;
    }

    .Founder {
        position: relative;
        z-index: 2;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 30vh;
    }

    main {
        min-height: unset;
    }
}
