.aboutUs {
    .min-width1000 {
        min-width: 1000px;
    }

    .herobanner {
        background: var(--black);

        position: relative;
        padding: 80px 0px;


        .heroWrapper {
            display: flex;
            justify-content: space-between;

        }

        .aboutheroleft {
            width: 100%;
            max-width: 47%;
        }

        .aboutheroright {
            width: 40%;
            display: flex;
            align-items: flex-end;
            flex-direction: column;
            gap: 120px;
        }

        .heroHeading {
            font: 2.875rem "go-bold";
            line-height: 130%;
            color: var(--white);
            position: relative;
            z-index: 99;
        }

        .gradientUnderline {
            position: relative;
            z-index: 11;
        }

        .gradientUnderline::after {
            content: "";
            position: absolute;
            bottom: -60%;
            left: 0;
            height: 100%;
            z-index: -1;
            background: url(https://files.mastersunion.link/resources/svg/gradientunderline2.svg);
            width: 80%;
            background-repeat: no-repeat;
        }

        .abourherovid {
            position: relative;
            max-width: 510px;
            max-height: 310px;
            left: 34%;
            top: 84px;
            border-radius: 12px;
        }

        .absoluteimg {
            position: absolute;
        }

        .aboutheroright p {
            font: 0.813rem "go-regular";
            line-height: 160%;
            color: var(--grey10);
        }
    }

    .mission {
        padding: 80px 0px;
        position: relative;
        height: 200vh;
        display: block;
        background-color: var(--white);
        transition: 0.4s ease-in;



        .missionButtonWrap {
            position: relative;
            max-width: max-content;
            margin: 0 auto;
            border: 2px solid transparent;
            background: linear-gradient(var(--white) 0 0) padding-box,
                var(--gradient) border-box;
            border-radius: 25px;
            overflow: hidden;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: sticky;
            top: 18%;
            z-index: 9;
            transition: 0.4s ease-in;
        }

        .missionButtonWrap::before {
            content: "";
            background: var(--gradient2);
            height: 100%;
            max-width: 50%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.4s ease-in;
            z-index: -1;
            border-radius: 25px;
        }

        .missionButtonWrap.active {
            background: linear-gradient(var(--black3) 0 0) padding-box,
                var(--gradient) border-box;
            transition: 0.4s ease-in;
        }

        .missionButtonWrap.hidden {
            visibility: hidden;
            opacity: 0;
            transition: 0.4s ease-in;
        }

        .missionButtonWrap.active::before {
            left: 50%;
            transition: 0.4s ease-in;
        }

        .missionBtn:first-child {
            color: var(--white);
        }

        .missionBtn {
            color: var(--black);
            padding: 12px 30px;
            background: transparent;
            outline: none;
            border: none;
            box-shadow: none;
            border-radius: 25px;
            cursor: pointer;
            font-family: var(--go-medium);
            font-size: 0.813rem;
            font-weight: 700;
            line-height: 120%;
            letter-spacing: 0.65px;
            text-transform: uppercase;
        }

        .mission.darkTheme {
            background-color: var(--black3);
            transition: 0.4s ease-in;
        }

        .mission.darkTheme .missionText {
            color: var(--grey10);
        }

        .fixedMission {
            position: sticky;
            top: 30%;
            opacity: 0;
            visibility: hidden;
            transition: 0.4s ease-in;
        }

        .fixedMission.active {
            opacity: 1;
            visibility: visible;
            transition: 0.4s ease-in;
        }

        .missionFlex {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            gap: 25px;
            margin-top: 40px;
        }

        .missionLeft,
        .missionCenter,
        .missionRight {
            max-width: calc(33.3% - 18px);
            width: 100%;
        }

        .missionHeading {
            color: var(--black);
            font-size: 21px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            font-family: "go-regular";
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .font-bold {
            font-family: "go-bold";
        }

        .missionText {
            margin-top: 20px;
            color: var(--grey15);
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            font-family: var(--go-regular);
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            height: 100%;
            bottom: -63%;
            left: 0;
            z-index: -1;
            filter: brightness(3.7);
        }

        .missionRight {
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .missionRight ul {
            padding: 0;
            list-style: none;
        }

        .missionRight li {
            color: var(--grey15);
            font-size: 0.938rem;
            font-family: var(--go-regular);
            font-weight: 500;
            line-height: 160%;
            display: flex;
            align-items: baseline;
            justify-content: flex-start;
            gap: 8px;
        }

        .missionRight li:not(:last-child) {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid var(--grey4);
        }

        .mission.darkTheme .missionHeading {
            color: var(--white);
        }

        .mission.darkTheme .missionText {
            color: var(--grey10);
        }

        .missionRight.black {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-self: end;
            justify-content: flex-start;
        }

        .missionRight.black .gradientText {
            font: 15px "go-medium";
            align-self: flex-start;
        }

        .missionRight ul {
            padding: 0;
            list-style: none;
        }

        .mission.darkTheme .missionRight li {
            color: var(--white);
            border-color: var(--black5);
        }
    }

    /* .mission.darkTheme {
        background-color: var(--black3);
        transition: 0.4s ease-in;
    } */

    .joinOurTeam {
        background: linear-gradient(125deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
        padding: 40px 0;

        .ourteambanner {
            border-radius: 16px;
            background: url(https://files.mastersunion.link/resources/img/ourTeamBanner.png) var(--white);
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
            background-repeat: no-repeat;
            padding: 40px 50px;
            background-position: 90% 0%;
            position: relative;
            padding: 30px 50px;
        }

        .teamContentWrap {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 80%;
        }

        .bannerMob-Image {
            position: relative;
            bottom: -30px;
        }

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .headingSmall>img {
            width: 14px;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .gradientButton {
            cursor: pointer;
            padding: 1px;
            position: relative;
            max-width: max-content;
            display: inline-block;
            z-index: 1;
        }

        .gradientButton button::after {
            content: '';
            position: absolute;
            left: 33%;
            bottom: -50px;
            width: 40%;
            height: 90px;
            border-radius: 50%;
            background: var(--white);
            transition: 0.4s ease-in;
            z-index: -1;
            opacity: 0;
        }

        .gradientButton.whiteHover button {
            background: var(--white);
            color: var(--black);
        }

        .gradientButton.whiteHover button::after {
            background: var(--black);
        }

    }

    .abouttimeline {
        background: var(--black);
        padding: 80px 0;


        .sticky {
            position: sticky;
            z-index: 9;
            top: 2.2rem;
            background: var(--black);
        }

        .headingWrap {
            margin-bottom: 45px;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .headingSmall>img {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
        }

        .flexbox {
            display: flex;
            align-items: inherit;
            justify-content: inherit;
        }

        .timelinewrapper {
            width: 50%;
        }

        .timelineouter {
            display: flex;
            gap: 15px;
            min-height: 173px;
            align-items: flex-start;
            max-width: 519px;
        }

        .timelineouter:first-child {
            min-height: 5rem;
        }

        .clickbtn {
            color: var(--grey3);
        }

        .timelineouter.active p:first-child {
            background: var(--Linear, linear-gradient(90deg, #39b6d8 6.41%, #f7d344 51.47%, #e38330 96.52%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .timelineouter.active .grey-border {
            background: linear-gradient(91deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            width: 150px;
        }

        .grey-border {
            width: 20px;
            height: 1px;
            background: #444444;
            margin-top: 10px;
        }

        .timelineouter.active svg {
            fill: #fff;
        }

        .timelinecontent {
            display: none;
            visibility: hidden;
            opacity: 0;
            transition: 0.4s ease-in-out;
        }

        .timelineouter.active .timelinecontent {
            display: block;
            transition: 0.4s ease-in-out;
            opacity: 1;
            visibility: visible;
        }

        .timelineouter.active .timelinecontent p {
            -webkit-text-fill-color: var(--white) !important;
            font: 0.875rem "go-semibold";
            margin-bottom: 10px;
        }

        .list-disc {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding-left: 12px;
        }

        .list-disc li {
            font: 0.75rem "go-regular";
            line-height: 170%;
            color: var(--grey10);
            list-style: disc;
        }

        .abouttimevid {
            position: sticky;
            width: 50%;
            top: 210px;
        }

        .absoluteimg {
            position: absolute;
        }

    }

    .boardNewLinkedin {
        padding: 80px;
        background: var(--white);

        .newClassWrapper {
            display: flex;
            justify-content: space-between;
            gap: 60px;
        }

        .newclassLeft {
            max-width: 301px;
        }

        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .headingSmall>img {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .newclassRight {
            align-self: flex-end;
            display: flex;
            gap: 20px;
            align-items: flex-end;
        }

        .greybox {
            padding: 30px 20px 30px 30px;
            height: fit-content;
            max-width: 540px;
            border-radius: 16px;
            background: #f4f4f4;
        }

        .contentHeadWrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .textGroup {
            display: flex;
            gap: 8px;
            flex-direction: column;
            align-items: flex-start;
        }

        .textGroup h5 {
            font: 1.25rem "go-bold";
            color: var(--black);
        }

        .textGroup h4 {
            font: 0.875rem "go-semibold";
            color: var(--grey13);
        }

        .contentWrapper p {
            font: 0.75rem "go-regular";
            line-height: 160%;
            color: var(--grey13);
            margin-top: 15px;
        }

        .navWrapper {
            margin-top: 60px;
        }

        .navigationWrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 20px;
            height: fit-content;
        }

        .navigationWrapper ul {
            padding: 16px 30px;
            width: 100%;
            background: var(--black);
            display: flex;
            align-items: center;
            gap: 60px;
            justify-content: space-around;
        }

        .tabs li {
            font: 0.875rem "go-medium";
            color: var(--grey6);
        }

        .navigationWrapper li.active {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .navigationWrapper li {
            list-style: none;
            display: block;
            cursor: pointer;
            transition: 0.5s ease-in-out;
            text-transform: capitalize;
        }

        .content-section {
            position: relative;
            overflow: hidden;
            min-height: max-content;
        }

        .content {
            display: none;
            height: 0;
            transition: 0.4s;
            opacity: 0;
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
        }

        .opportunityWrapper {
            flex-wrap: wrap;
            gap: 20px;
            row-gap: 30px;
            justify-content: flex-start;
            display: flex;
            align-items: inherit;
        }

        .masterBoxi {
            position: relative;
            max-width: 232px;
            width: 100%;
            display: block;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .masterImage {
            width: 100%;
            position: relative;
            line-height: 0;
            border-radius: 8px;
            overflow: hidden;
        }

        .mastersContent {
            display: flex;
            flex-direction: column;
            gap: 5px;
            align-items: flex-start;
            width: 100%;
        }

        .mastersName {
            font-size: 16px;
            line-height: 120%;
            color: var(--black);
            font-family: var(--go-semibold);
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .mastersTeaching {
            font-size: 12px;
            line-height: 120%;
            color: var(--grey3);
            font-family: var(--go-regular);
            border-bottom: 2px solid var(--grey4);
            width: 100%;
            padding-bottom: 6px;
            min-height: 36px;
        }

        .mastersExDes {
            font-size: 12px;
            line-height: 120%;
            color: var(--grey3);
            font-family: var(--go-regular);
            width: 100%;
        }

    }

    .collaboration {
        background: url(https://files.mastersunion.link/resources/img/Collaborationbg.webp) var(--white3);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 80px 0px;

        .headingWrap {
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .headingSmall>img {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
            filter: brightness(3.7);
        }

        .subText {
            color: var(--black5);
            font-size: 0.813rem;
            font-family: "go-regular";
            line-height: 160%;
            margin-top: 10px;
        }

        .cohorttab {
            background: var(--white3);
            width: 100%;
            position: relative;
        }

        .navigationWrapper {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 20px;
            height: fit-content;
        }

        .navigationWrapper ul {
            padding: 16px 30px;
            width: 100%;
            background: var(--black);
            display: flex;
            align-items: center;
            gap: 60px;
            justify-content: space-around;
        }

        .tabs li {
            font: 0.875rem "go-medium";
            color: var(--grey6);
        }

        .navigationWrapper li.active {
            background: linear-gradient(102deg, #39b6d8 0%, #f7d344 50%, #e38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            position: relative;
            font-family: "go-semibold";
        }

        .navigationWrapper li {
            list-style: none;
            display: block;
            cursor: pointer;
            transition: 0.5s ease-in-out;
            text-transform: capitalize;
        }

        .AccreditationLogos {
            display: flex;
            align-items: center;
            gap: 20px;
            padding-left: 20px;
        }

        .accreditationIcon {
            border-right: 1px solid var(--grey4);
            padding-right: 20px;
            align-self: center;
        }

        .accreditationIcon img {
            max-width: 100px;
        }

        .accreditationIcon:last-child {
            padding-right: unset;
            border-right: unset;
        }
    }


    .inTheNews {
        overflow: hidden;
        background: url(https://files.mastersunion.link/resources/svg/linebg.svg), var(--grey17);
        background-repeat: repeat-y;
        background-position: left;
        background-position-y: top;
        padding: 80px 0px;

        .headingWrapperButton {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 60px;
            line-height: 0;
        }

        .headingsLeft {
            width: 50%;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .headingSmall>img {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
            margin-top: 10px;
        }

        .lightMuVector {
            position: relative;
            z-index: 1;
        }

        .lightMuVector::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 75%;
            background: url(https://files.mastersunion.link/resources/svg/lightmuvector.svg);
            background-repeat: no-repeat;
            left: 0;
            bottom: -25%;
            z-index: -1;
        }

        .loadMoreWrap {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .newsWrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 40px;
        }

        .intheNewsSlider {
            width: 23%;
        }

        .box {
            border: 4px solid var(--black5);
            border-radius: 4px;
            line-height: 0;
            width: 100%;
        }
    }

    .sustainability {
        background: var(--black3);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 80px 0;
        position: relative;


        .headingWrap {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .headingSmall {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            font-size: 12px !important;
            font-family: "go-semibold" !important;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--grey10) !important;
            margin-bottom: 8px;
        }

        .headingSmall>img {
            width: 14px;
        }

        .sectionHeading {
            font-size: 30px;
            line-height: 130%;
            font-family: 'go-bold';
            font-weight: 700;
        }

        .sustainMapBoard {
            padding: 40px 60px;
            margin: 0;
            width: 100%;
            border-radius: 16px;
            border: 1px solid var(--grey17);
            margin-top: 40px;
            background: var(--black);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
        }

        .sustainLeft {
            max-width: 558px;
            width: 100%;
        }

        .sustainRight {
            width: 100%;
            max-width: 45%;
        }

        .headbox {
            margin-bottom: 40px;
        }

        .headbox h3 {
            color: var(--white);
            font: 1.875rem "go-medium";
            line-height: 130%;
        }

        .iconButton svg {
            width: 20px;
        }

        .headbox p {
            font: 0.813rem "go-regular";
            line-height: 160%;
            color: var(--grey10);
            margin-top: 10px;
        }

        .menWrapper {
            display: flex;
        }

        .menBox {
            border-right: 1px solid var(--black5);
            padding-right: 60px;
            margin-right: 60px;
        }

        .menWrapper h2 {
            font: 1.25rem "go-semibold";
            line-height: 140%;
            color: var(--white);
            margin-bottom: 30px;
        }

        .menBoxGroup {
            display: flex;
            gap: 60px;
        }

        .gradientBoxWrap h6 {
            color: var(--white);
            font: 1.875rem "go-medium";
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .gradientBoxWrap p {
            font: 0.813rem "go-medium";
            color: var(--grey18);
            margin-top: 5px;
        }

        .sustainRight>img {
            width: auto;
            display: inline-block;
        }

        .gradientText {
            background: linear-gradient(102deg, #39B6D8 0%, #F7D344 50%, #E38330 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            outline: none;
            border: none;
            font-size: 55px;
            line-height: 18px;
            position: relative;
            font-family: 'go-medium';
            font: 1.875rem "go-medium";
        }

        .leedScore {
            display: flex;
            padding: 80px 0 0;
            justify-content: space-between;
            align-items: end;
        }

        .leedScore .box {
            max-width: 524px;
        }

        .leedScore img {
            max-width: 60px;
        }

        .beatingText {
            font: 0.875rem "go-regular";
            line-height: 160%;
            color: var(--grey8);
            margin-bottom: 10px;
            padding-right: 50px;
        }

        .gradientButton {
            cursor: pointer;
            padding: 1px;
            position: relative;
            max-width: max-content;
            display: inline-block;
            z-index: 1;
            margin-top: 40px;
        }

        .gradientButton::before {
            content: "";
            background: linear-gradient(102deg, #39B6D8 0%, #F7D344 50%, #E38330 100%);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            border-radius: 35px;
        }

        .iconButton {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 8px;
            font-size: 1rem;
            padding: 12px 20px;
        }

        .gradientButton button {
            position: relative;
            border: none;
            background: var(--black);
            overflow: hidden;
            cursor: pointer;
            z-index: 1;
            transition: 0.4s ease-in;
            width: 100%;
        }

        .button {
            color: var(--white);
            text-align: center;
            font-family: 'go-semibold';
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            padding: 16px 24px;
            border: 1px solid var(--white);
            background: transparent;
            border-radius: 54px;
            cursor: pointer;
        }

        .leedScore .box h2 {
            font: 1.625rem "go-medium";
            line-height: 140%;
            color: var(--white);
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .sustaininner {
            width: 49.3%;
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            justify-content: space-between;
            row-gap: 50px;
            position: relative;
        }

        .sustaininner::before {
            position: absolute;
            content: "";
            top: 0;
            left: 48%;
            width: 1px;
            height: 100%;
            background: #2c2c2c;
        }

        .sustainbox {
            width: 100%;
            max-width: 275px;
        }

        .sustaininner::after {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #2c2c2c;
        }

        .opprName {
            font: 0.875rem "go-regular";
            line-height: 180%;
            text-transform: capitalize;
            color: var(--grey12);
            margin-top: 10px;
        }

    }
}

@media (max-width: 767px) {
    .aboutUs {
        .herobanner {
            padding-top: 110px !important;

            .heroWrapper {
                flex-direction: column;
            }

            .aboutheroleft {
                max-width: 100%;
            }

            .heroHeading {
                font-size: 2rem;
                margin-bottom: 30px;
            }

            .abourherovid {
                left: 0;
                top: 100px;
            }

            .aboutheroright p {
                margin-top: 30px;
                color: var(--grey10);
            }

            .aboutheroright {
                width: 100%;
                gap: 30px;
            }

        }

        .mission {
            .missionFlex {
                flex-direction: column;
                gap: 30px;
            }

            .missionLeft,
            .missionCenter,
            .missionRight {
                max-width: 100%;
            }

            .missionHeading {
                color: var(--black);
                font-size: 1.6rem;
            }
        }

        .joinOurTeam {
            padding: 20px 0;

            .ourteambanner {
                padding: 30px 20px;
                min-height: auto;
                background: url(https://files.mastersunion.link/resources/svg/workBanner.svg) var(--white);
                background-repeat: no-repeat;
                background-position: bottom;
                background-size: contain;
            }

            .joinOurTeam .teamContentWrap {
                width: 100%;
                gap: 15px;
            }

            .bannerMob-Image {
                position: relative;
                bottom: -30px;
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .headingSmall>img {
                width: 12px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }
        }

        .abouttimeline {
            padding: 60px 0;

            .sticky {
                top: 3rem;
                padding-top: 10px;
                padding-bottom: 20px;
            }

            .headingWrap {
                margin-bottom: 0;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                /* color: var(--grey17); */
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .headingSmall>img {
                width: 12px;
            }

            .lightMuVector::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 75%;
                background: url(https://files.mastersunion.link/resources/svg/mobHighlight.svg);
                background-repeat: no-repeat;
                left: 0;
                bottom: -38%;
                z-index: -1;
            }

            .milestonesMobWrap {
                flex-direction: column-reverse;
                gap: 30px;
            }

            .abouttimevid {
                position: relative;
                top: 0;
                width: 100%;
            }

            .timelinewrapper {
                width: 100%;
            }
        }

        .boardNewLinkedin {
            padding: 40px 0px;

            .newClassWrapper {
                flex-wrap: wrap;
                gap: 20px !important;
            }

            .newclassLeft {
                max-width: 100% !important;
            }

            .headingWrap {
                position: relative;
                gap: 0;
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .headingSmall>img {
                width: 12px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }

            .newclassRight {
                flex-wrap: wrap;
            }

            .greybox {
                padding: 15px !important;
            }

            .lightMuVector::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 75%;
                background: url(https://files.mastersunion.link/resources/svg/mobHighlight.svg);
                background-repeat: no-repeat;
                left: 0;
                bottom: -38%;
                z-index: -1;
                filter: brightness(5.5);
            }

            .contentWrapper {
                display: flex;
                flex-direction: column-reverse;
                gap: 20px;
            }

            .contentWrapper p {
                font: 0.813rem "go-regular";
                color: var(--grey13);
                margin-top: 0;
            }

            .textGroup h5 {
                font: 1rem "go-bold";
                text-transform: capitalize;
                color: var(--black);
            }

            .navigationWrapper {
                margin-bottom: 20px;
                border-radius: 6px;
                overflow-x: scroll;
                width: 100%;
            }

            .navigationWrapper ul {
                justify-content: space-around;
                padding: 12px;
                gap: 30px;
                overflow: auto;
                align-items: center;
                background: var(--grey17);
            }

            .navigationWrapper li {
                min-width: max-content;
                font-size: 0.75rem;
                line-height: 120%;
                color: var(--grey);
            }

            .content-section .opportunityWrapper {
                gap: 20px;
                align-items: flex-start;
                font-size: 0.875rem;
                max-width: 100%;
                overflow: auto;
                flex-wrap: nowrap;
            }

            .masterBoxi {
                /* max-width: 100%; */
                min-width: 250px;
                min-height: 235px;
            }

        }

        .collaboration {
            padding: 60px 0;

            .headingWrap {
                margin-top: 0;
                margin-bottom: 20px;
                gap: 0;
            }

            .navigationWrapper {
                margin-top: 30px;
                margin-bottom: 20px;
                border-radius: 6px;
                overflow-x: scroll;
                width: 100%;
            }

            .navigationWrapper ul {
                justify-content: space-around;
                padding: 12px;
                gap: 30px;
                overflow: auto;
                align-items: center;
                background: var(--grey17);
            }

            .navigationWrapper li {
                min-width: max-content;
                font-size: 0.75rem;
                line-height: 120%;
                color: var(--grey);
                font: 0.875rem "go-medium";
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .headingSmall>img {
                width: 12px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }

            .lightMuVector::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 75%;
                background: url(https://files.mastersunion.link/resources/svg/mobHighlight.svg);
                background-repeat: no-repeat;
                left: 0;
                bottom: -38%;
                z-index: -1;
                filter: brightness(5.5);
            }

            .tabPanes.active {
                padding-bottom: 20px;
            }

            .tabPanes {
                overflow: auto;
            }

        }

        .inTheNews {
            .headingWrapperButton {
                flex-direction: column;
                gap: 20px;
                align-items: flex-start;
            }

            .headingsLeft {
                width: 100%;
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .headingSmall>img {
                width: 12px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";
                color: var(--grey17);
            }

            .newsWrapper {
                gap: 10px;
                flex-wrap: nowrap;
                overflow: auto;
            }

            .intheNewsSlider {
                min-width: 80%;
                max-height: 289px !important;
            }

            .box {
                height: 100%;
            }

            .lightMuVector::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 75%;
                background: url(https://files.mastersunion.link/resources/svg/mobHighlight.svg);
                background-repeat: no-repeat;
                left: 0;
                bottom: -38%;
                z-index: -1;
            }


        }

        .sustainability {
            .headingWrap {
                position: relative;
                gap: 0;
            }

            .headingSmall {
                letter-spacing: 2px;
                font: 0.625rem "go-medium" !important;
                gap: 6px;
                color: var(--grey10) !important;
                margin-bottom: 8px;
            }

            .headingSmall>img {
                width: 12px;
            }

            .sectionHeading {
                font: 1.25rem "go-bold";

            }

            .sustainMapBoard {
                padding: 15px;
                flex-direction: column;
            }

            .headbox h3 {
                font: 1.25rem "go-semibold";
            }

            .menWrapper {
                flex-wrap: wrap;
                gap: 25px;
            }

            .menBox,
            .womenBox {
                width: 100%;
            }

            .womenBox {
                margin-top: 30px;
            }

            .menBoxGroup {
                display: flex;
                gap: 60px;
                width: 100%;
            }

            .gradientBoxWrap {
                display: flex;
                flex-direction: column;
                flex: 1;
            }

            .gradientBoxWrap h6 {
                color: var(--white);
                font: 1.5rem "go-medium";
            }

            .menBox {
                padding: 0;
                margin: 0;
                border-right: none;
            }

            .sustainRight {
                max-width: 100%;
            }

            .leedScore {
                flex-direction: column;
                gap: 25px
            }

            .box {
                width: 100%;
            }

            .beatingText {
                width: 100%;
                padding: 0;
                margin-top: 5px;
            }

            .gradientButton button {
                font-size: 0.875rem;
                padding: 12px 16px;
            }

            .sustaininner {
                width: 100%;
                gap: 0;
                position: relative;
            }

            .sustaininner::before {
                background: unset;
            }

            .sustaininner::after {
                background: unset;
            }

            .sustainbox {
                border-bottom: 1px solid #2c2c2c;
                padding: 20px 0;
                max-width: 100%;
            }

            .opprName {
                width: 80%;
            }
        }

    }
}