    @media all and (max-width: 1195px) {
        /*INDEX PAGE*/
        /*SECTION 7*/
        .sub-7-2 {
            flex-wrap: wrap;
        }
        /*SECTION 7*/
        /*SECTION 2*/
        .section-2 {
            grid-template-columns: 1fr;
        }
        #carousel-container {
            width: 100%;
        }
        .carousel-item {
            width: inherit;
            height: 65vh;
        }
        /*SECTION 2*/
        /*INDEX PAGE;*/
    }
    
    @media all and (max-width: 974px) {
         :root {
            --s-size-: 16px;
            --m-size-: 22px;
            --r-size-: 24px;
            --size-: 40px;
            --sub-size-: 18px;
            --l-size-: 40px;
            --all-padding: 24px 15px 24px 15px;
            --all-padding-small: 20px 5px;
            --topDown-: 30px 0;
            --down-: 0 0 60px 0;
            --color-1: #F2F2F2;
            --color-2: #666666;
            --color-3: #0360ae;
        }
        p.content {
            line-height: 24px;
        }
        .main {
            width: 100vw;
            overflow: hidden;
            /* scrollbar-base-color: transparent; */
        }
        /*HEADER*/
        .primary-header {
            display: none;
        }
        .secondary-header {
            display: grid;
            grid-template-columns: 1fr 3fr 1fr;
            padding: 0 0 0 12px;
            align-items: center;
        }
        /*HEADER*/
        /*section 1*/
        .section-1 .sub-content {
            background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
            bottom: 0;
            width: 100%;
            /* height: 40vh; */
        }
        .section-1 .sub-content p {
            /* display: none; */
            font-size: 25px;
            line-height: 40px;
            font-weight: 500;
            width: 80vw;
        }
        /*section 1*/
        /*section 2*/
        .section-2 {
            padding: var(--all-padding);
            display: grid;
            grid-template-columns: 100%;
            height: auto;
            align-items: center;
            justify-content: space-between;
        }
        .sub-2-1 {
            padding: 0;
        }
        .sub-2-1 button {
            margin-bottom: 32px;
        }
        .scroll-snippet {
            width: 100vw;
            scroll-snap-type: x mandatory;
            overflow: auto;
            display: flex;
            /* background-color: yellow; */
            aspect-ratio: 4/3;
            margin: auto;
        }
        /*section 2*/
        /*section 4*/
        .sub-4-3 {
            display: flex;
            padding: var(--topDown-);
            flex-wrap: wrap;
        }
        .sub-4-3 a {
            display: block;
            color: white;
            width: 100%;
            height: 100px;
            text-decoration: none;
            /* background-color: pink; */
            font-family: light;
            font-weight: 500px;
            line-height: 46px;
            font-size: var(--r-size-);
            text-align: center;
            padding: var(--topDown-);
            text-transform: capitalize;
            background-size: cover;
            /* filter: brightness(0.7); */
        }
        .sub-4-3 img {
            display: none;
        }
        .sub-4-4 {
            padding: var(--topDown-);
            flex-wrap: wrap;
        }
        .sub-4-4 p {
            width: 80vw;
        }
        /*section 4*/
        /*section 5*/
        .sub-5-2 {
            grid-template-columns: 100%;
            align-items: center;
            padding: var(--topDown-);
            row-gap: 30px;
        }
        .sub-5-2-2-1,
        .sub-5-2-2-2,
        .sub-5-2-2-3 {
            width: 100%;
        }
        /*section 5*/
        /*section 6*/
        .sub-6-2 {
            overflow-x: scroll;
        }
        /*section 6*/
        /*section 7*/
        .sub-7-2 {
            flex-wrap: wrap;
        }
        .video-container {
            width: 100%;
            display: grid;
            grid-template-areas: "stack";
            position: relative;
        }
        .video-container>* {
            grid-area: stack;
        }
        .play-buttonImage {
            width: 100px;
            aspect-ratio: 1/1;
            background-image: url("../icons/play.png");
            position: absolute;
            left: calc(50vw - 50px);
            top: calc(50% - 50px);
            z-index: 3;
            /* top: -50%; */
            margin: auto;
            cursor: pointer;
            /* border: 1px dashed pink; */
        }
        .play-buttonImage img {
            width: 100px;
            aspect-ratio: 1/1;
            position: relative;
            /* background-image: url("../icons/play.png"); */
            /* top: -50%; */
        }
        /*section 7*/
        /*section 8*/
        .sub-8-1 {
            grid-template-columns: 1fr 1fr;
            row-gap: 30px;
        }
        .sub-8-1-0:last-of-type {
            border-top: 1px solid white;
            border-left: none;
            padding-top: 30px;
            padding-left: 0;
            grid-column-start: 1;
            grid-column-end: 3;
        }
        /*section 8*/
        /*section 9*/
        .sub-9-1-0:first-of-type {
            /* border-left: 1px solid white; */
            grid-column-start: 1;
            grid-column-end: 5;
            text-align: center;
        }
        .sub-9-1-0:last-of-type {
            /* border-left: 1px solid white; */
            grid-column-start: 1;
            grid-column-end: 5;
            /* text-align: ; */
        }
        .sub-9-1-0:nth-child(3) {
            grid-column-start: 2;
            grid-column-end: 5;
        }
        /*section 9*/
        /*.*/
        /*.*/
        /*.*/
        /*THE NEWS PAGE*/
        /*new-section-3*/
        [type="search"] {
            width: 100%;
        }
        .disapperings {
            display: none;
        }
        .apperings {
            display: block;
        }
        .wild-class-1 {
            text-align: center;
            width: 100%;
        }
        /*new-section-3*/
        /*new-section-4*/
        .new-section-4 {
            justify-content: center;
        }
        .tablets {
            width: 400px;
            padding: 0 0 20px 0;
            height: auto;
        }
        /*new-section-4*/
        /*THE NEWS PAGE*/
        .secondary-header .logo {
            width: 11vw;
        }
        .section-10 {
            display: block;
        }
        /* .section-10>* {
            border: 1px dashed blue;
        } */
        .sub-10-1 {
            display: grid;
            grid-template-columns: 1fr;
            row-gap: 25px;
            /* row-gap: 10px; */
        }
        /* .sub-10-1>* {
            border: 1px dashed pink;
        } */
        .sub-10-1-0 {
            display: flex;
            justify-content: center;
        }
        .sub-10-1-1 {
            display: grid;
            grid-template-columns: 2fr 1fr;
            column-gap: 50px;
        }
        .sub-10-1-1-2 {
            margin-left: 8vw;
        }
        .address {
            width: 70%;
        }
        /* .sub-10-1-1>* {
            display: grid;
            place-content: center;
            align-items: start;
        } */
        .sub-10-1-0 .logo {
            width: 150px;
        }
        .section-9 {
            display: none;
        }
        /*ABOUT*/
        /*section 2*/
        .about-section-2 {
            flex-wrap: wrap;
            place-content: center;
        }
        .about-section-2 p {
            width: 40vw;
        }
        /*section 2*/
        /*section 3*/
        .about-section-3 {
            width: 100vw;
            justify-content: space-evenly;
        }
        .about-sub-3-2,
        .about-sub-3-3,
        .about-sub-3-4 {
            width: 40vw;
        }
        /*section 3*/
        /*section 4*/
        /*section 4*/
        /*ABOUT*/
    }
    
    @media all and (max-width: 600px) {
        p.content {
            font-size: 25px;
            line-height: 30px;
            font-weight: 500;
        }
        /*SECTION 1*/
        .section-1 .sub-content p {
            /* display: none; */
            font-size: 25px;
            line-height: 30px;
            font-weight: 500;
            width: 80vw;
        }
        h1.heading {
            line-height: 45px;
        }
        button.type-one {
            font-size: 12px;
            line-height: 0;
            height: 40px;
            width: 130px;
            border-radius: 2px;
        }
        button.type-one-long,
        button.type-one-long-1 {
            font-size: 12px;
            line-height: 0;
            height: 40px;
            width: 150px;
            border-radius: 2px;
        }
        .js-button-icon {
            width: 20px;
        }
        /*SECTION 1*/
        /*SECTION 2*/
        .section-2 p {
            width: 70vw;
            line-height: 35px;
        }
        /*SECTION 2*/
        /*SECTION 5*/
        .section-5 p.content {
            width: 70vw;
        }
        /*SECTION 5*/
        /*partner*/
        .partners p {
            line-height: 35px;
        }
        /*partner*/
        /*SECTION 6*/
        /*SECTION 6*/
        /*SECTION 10*/
        .footer-2-list-items {
            font-size: 13px;
        }
        .footer2-list-links {
            font-size: 13px;
        }
        /*SECTION 10*/
        .secondary-header .logo {
            width: 17vw;
        }
        /*NEWS PAGE*/
        /*section 4*/
        .tablets {
            width: 50vw;
            aspect-ratio: 1/1.1;
        }
        .tablets img {
            width: inherit;
            height: 250px;
        }
        /*section 4*/
        /*NEWS PAGE*/
        /*ABOUT*/
        /*section 2*/
        .about-section-2 p {
            width: 80vw;
        }
        /*section 2*/
        /*section 3*/
        .about-sub-3-2,
        .about-sub-3-3,
        .about-sub-3-4 {
            width: 90vw;
        }
        /*section 3*/
        /*section 4*/
        .about-sub-4-2 {
            place-content: center;
        }
        figure.profile-card {
            aspect-ratio: 1/1.5;
        }
        /*section 4*/
        /*ABOUT*/
        /*section 5*/
        .what-we-do-section-5 {
            justify-content: center;
        }
        .sub-what-we-do-5-1,
        .sub-what-we-do-5-2 {
            width: 80vw;
        }
        /*section 5*/
        /*WHAT WE DO PAGE*/
    }
    
    @media all and (max-width: 500px) {
        .secondary-header .logo {
            width: 18vw;
        }
        /*SECTION 1*/
        /* p.content {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    } */
        .sub-2-1 {
            width: 70%;
        }
        /*SECTION 1*/
        /*NEWS PAGE*/
        /*section 4*/
        .tablets {
            width: 90vw;
            aspect-ratio: 1/1.1;
        }
        /*section 4*/
        /*NEWS PAGE*/
        /*WHAT WE DO PAGE*/
        /*section 5*/
        .sub-what-we-do-5-2-0 button.type-one-long,
        .sub-what-we-do-5-2-0 button.type-one-long-1 {
            float: none;
            margin-top: 50px;
        }
        .sub-what-we-do-5-1,
        .sub-what-we-do-5-2 {
            margin-top: 80px;
        }
        /*section 5*/
        /*WHAT WE DO PAGE*/
    }