.studentLifeCampus {

    .mt40 {
        margin-top: 40px;
    }

    .mt10 {
        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;
    }

    .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;
    }

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

        .heroWrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .left {
            width: 50%;
        }

        .programmeHeading {
            color: var(--white);
            font-size: 2.625rem;
            font-family: "go-extrabold";
            line-height: 130%;
            text-transform: capitalize;
            /* margin-top: 40px; */
        }

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

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

        .heroright {
            width: fit-content;
            z-index: 100;
            position: relative;
        }

        .heroright::after {
            content: "";
            position: absolute;
            width: 106%;
            height: 337px;
            background: url(https://files.mastersunion.link/resources/svg/cardoutline.svg);
            left: -3%;
            background-repeat: no-repeat;
            z-index: -1;
            top: -15%;
            transform: rotate(-1deg);
        }

        .gifHover {
            opacity: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            transition: 0.4s ease-in-out;
        }

        .heroright .masterImage>img {
            width: 100%;
            max-width: 454px;
            min-width: 454px;
            max-height: 300px;
        }
    }

    .cyberpark {
        background: url(https://files.mastersunion.link/resources/img/oppertunityBG.webp), var(--black);
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: left;
        padding: 80px 0;

        .classSessionWrap {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-top: 20px;
            padding-bottom: 30px;
        }

        .smallHeading {
            font: 1.5rem "go-bold";
            line-height: 130%;
            width: 70%;
            margin-bottom: 30px;
        }

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

        .headingRight {
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            gap: 10px;
            width: 50%;
        }

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

        .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;
        }

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

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

        .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;
        }

        .contentCenterAlign {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

    }

    .highPreviousYrHighlights {
        background: var(--grey7);
        padding: 80px 0;

        .highPreviousWrapper {
            display: flex;
            align-items: flex-start;
            gap: 40px;
            position: relative;
            overflow: hidden;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            line-height: 0;
        }

        .highPreviousWrapper .mastersRoaster {
            width: 100%;
            max-width: 25%;
        }

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

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

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

        .nav-arrow {
            margin-top: 50px;
            display: inline-block;
        }
    }

    .fellowshipVideo {
        background: url(https://files.mastersunion.link/resources/img/spVideoBg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 40px 0;

        .fellowshipVideoWrapper {
            background-color: var(--white);
            border-radius: 16px;
            padding: 35px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 90%;
            margin: 0 auto;
            padding-right: 10px;
        }

        .fellowshipLeft {
            max-width: 543px;
        }

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

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

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

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

        .alumnilistWrap {
            display: flex;
            gap: 8px;
            align-items: flex-start;
            flex-direction: column;
            margin-top: 35px;
        }

        .alumniList {
            display: flex;
            gap: 4px;
            align-items: center;
            font: 13px "go-regular";
            color: var(--black);
            line-height: 160%;

            img {
                max-width: 15px;
                max-height: 12px;
            }

            span {
                font-family: "go-semibold";
            }
        }

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

        .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;
        }

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

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

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

        .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;
        }

        .fellowshipRight {
            width: 100%;
            max-width: 481px;
        }
    }

    .sustainability {
        background: var(--black);
        padding: 80px 0;
        position: relative;

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

        .box {
            width: 100%;
            max-width: 524px;
        }

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

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

        .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;
        }

        .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;
        }

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

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

        .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;
        }

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

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

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

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

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

    .reality {
        padding: 80px 0;
        background: url(https://files.mastersunion.link/resources/img/oppertunityBG.webp), var(--black);
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        background-position-x: left;

        .headingWrap {
            display: flex;
            justify-content: inherit;
            align-items: end;
            width: 100%;
        }

        .headingsLeft {
            width: 50%;
        }

        .headingsRight {
            width: 50%;
            text-align: right;
        }

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

        .headText {
            color: var(--grey18);
            text-align: left;
            font: 0.875rem "go-regular";
            line-height: 160%;
        }

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

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


        .navigationWrapper li {
            list-style: none;
            display: block;
            cursor: pointer;
            transition: 0.5s ease-in-out;
            text-transform: capitalize;
            color: var(--grey);
            font: 0.875rem "go-medium";
        }

        .navigationWrapper li:hover {
            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.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";
        }

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

        .tabPane.active {
            height: 400px;
        }
    }

    .knowledgeHub {
        background: var(--grey7);
        padding: 80px 0;

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

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

        .lightMuVector::after {
            filter: brightness(3.7);
        }

        .learningWrap {
            gap: 35px;
            display: flex;
            justify-content: space-between;
            align-items: inherit;
        }

        .learningLeft {
            max-width: 200px;
            padding-left: 0;
            width: 100%;
        }

        .tab-show {
            display: none !important;
        }

        .courseName {
            padding: 15px 0;
            position: relative;
            display: block;
            transition: 0.4s ease-in;
            cursor: pointer;
            font-size: 0.875rem;
            font-family: "go-regular";
            color: var(--grey2);
            line-height: 160%;
        }

        .courseName.active {
            transition: 0.4s ease-in;
            padding-left: 35px;
            font-family: "go-bold";
            color: var(--black);
        }

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

        .tabs li {
            display: flex;
            align-items: center;
            gap: 10px;
            font: 0.875rem "go-medium";
            color: var(--grey6);
        }

        .courseName:not(:last-child) {
            border-bottom: 1px solid var(--grey4);
        }

        .learningRight {
            width: 84%;
            position: relative;
            z-index: 9;
        }

        .tabPane.active {
            display: block;
            padding: 10px 0;
            transition: 0.4s ease-in-out;
            opacity: 1;
        }

        .knowledgeBox {
            display: none;
            height: 0;
            opacity: 0;
            transition: 0.4s ease-in-out;
        }

        .nearbyBoxWrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 20px 20px 40px;
            background: var(--white);
            border-radius: 12px;
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
        }

        .nearbyBoxWrapper .leftbox {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            gap: 50px;
            max-width: 45%;
        }

        .group {
            display: flex;
            gap: 10px;
            width: 100%;
            align-items: center;
        }

        .group>img {
            max-width: 50px;
        }

        .nearbycontentWrap {
            min-width: max-content;
        }

        .tag {
            display: inline-block;
            padding: 2px 6px;
            color: var(--black5);
            font: 12px "go-medium";
            line-height: 140%;
            border-radius: 4px;
            background: var(--grey16);
        }

        .nearbycontentWrap p {
            font: 18px "go-semibold";
            line-height: 120%;
            color: var(--black);
            margin-top: 7px;
        }

        .rightbox.box1 {
            max-width: 47%;
            max-height: 300px;
        }

        .rightbox {
            width: 100%;
        }

        .studentLifeCampusSlider {
            overflow: hidden;
        }

        .muRestraunt {
            display: flex;
            flex-direction: row;
            gap: 55px;
        }

        .muRestraunt .col1,
        .muRestraunt .col2 {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .rightbox.box2 {
            max-width: 38%;
            max-height: 300px;
        }

        .rightbox.box3 {
            max-width: 62%;
            max-height: 300px;
        }

        .courseName img {
            position: absolute;
            top: 32%;
            left: 0;
            opacity: 0;
            transition: 0.4s ease-in;
        }

        .courseName.active img {
            opacity: 1;
            transition: 0.4s ease-in;

        }
    }

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

        .rolescontent {
            justify-content: space-around;
            gap: 35px;
            align-items: center;
            display: flex;
        }

        .rolescontent .right {
            display: flex;
            flex-direction: column;
            /* gap: 24px; */
            max-width: 500px;
        }

        .rolescontent .left,
        .rolescontent .right {
            max-width: 548px;
            width: 100%;
        }

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

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

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

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

        .subText {
            font: 14px "go-regular";
            color: var(--grey9);
            line-height: 160%;
        }

        .black-medium {
            font-family: "go-semibold";
            color: var(--black);
        }

        .ourteambanner {
            border-radius: 16px;
            background: url(https://files.mastersunion.link/resources/img/ourTeamBannerNew.webp) var(--black);
            box-shadow: 0px 0px 36px 2px rgba(192, 192, 192, 0.25);
            background-repeat: no-repeat;
            padding: 40px 50px;
            background-size: cover;
            position: relative;
        }

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

        .contactWrapper {
            display: flex;
            gap: 60px;
            align-items: center;
        }

        .txtBox {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .txtWrapper {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .txtWrapper h6 {
            font: 1rem "go-medium";
            color: var(--grey10);
        }

        .txtWrapper p {
            font: 1rem "go-semibold";
            line-height: 120%;

        }


    }

}

@media (max-width: 767px) {
    .studentLifeCampus {



        .highlightsec {
            padding-top: 70px;
            padding-bottom: 0;

            .heroWrapper {
                padding-top: 0;
                align-items: flex-start;
                padding-bottom: 55px;
                flex-direction: column;
                margin-top: 30px;
                gap: 30px;
            }

            .heroWrapper .right {
                width: 100%;
                max-width: 100%;
            }

            .heroWrapper .heroright {
                overflow: hidden;
                width: 100%;
            }

            .heroWrapper .heroright .masterImage>img {
                min-width: unset;
                min-height: unset !important;
            }

            .heroright::after {
                width: 146%;
                height: 170%;
                top: -31%;
                scale: 0.7;
                left: -25%;
            }
        }

        .cyberpark {
            padding: 60px 0;

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

            .classSessionleft img,
            .classSessionRight img {
                min-height: unset;
                min-width: unset;
                max-width: 100%;
                width: 100%;
                max-height: unset;
            }

            .headingRight {
                flex-direction: row;
                width: 62%;
            }

            .smallHeading {
                font: 1.3rem "go-bold";
                width: 100%;
            }

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


        }

        .highPreviousYrHighlights {
            padding: 60px 0;

            .highPreviousWrapper {
                flex-direction: column;
            }

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

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

        .fellowshipVideo {
            padding: 40px 0;


            .fellowshipVideoWrapper {
                padding: 15px;
                flex-direction: column;
                gap: 20px;
                max-width: 100%;
            }

            .headingWrap {
                position: relative;
                gap: 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;
            }

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

        .sustainability {
            padding: 60px 0;

            .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;
            }

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

            .sustaininner::before {
                background: unset;
            }

            .sustaininner::after {
                background: unset;
            }

        }

        .reality {
            padding: 60px 0;

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

            .headingsLeft {
                width: 100%;
            }

            .headingsRight {
                width: 100%;
                text-align: unset;
            }

            .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";

            }

            .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;
            }

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

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

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

        .knowledgeHub {
            position: relative;
            min-height: 500px;
            padding: 60px 0;

            .headingWrap {
                flex-direction: column;
                gap: 15px;

            }

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

            .headingSmall>img {
                width: 12px;
            }

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

            .learningWrap {
                flex-direction: column;
                gap: 0;
                margin-top: 60px;
            }

            .learningLeft {
                max-width: 100%;
                padding-top: 0;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }

            .learningLeft .tabs {
                padding: 12px;
                background: var(--black5);
                color: white;
                margin-top: 15px;
                width: 100%;
                border-radius: 12px;
                overflow: auto;
                gap: 20px;
                display: flex;
                align-items: center;
                display: flex !important;
                justify-content: space-between;

            }


            .courseName {
                color: var(--white);
                min-width: max-content;
                border: none;
                padding: unset;
            }

            .courseName:not(:last-child) {
                border-bottom: unset;
            }




            .courseName.active {
                padding-left: unset;
            }

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

            .courseName img {
                display: none;
            }

            .learningRight {
                width: 100%;
                display: flex;
                flex-direction: column-reverse;
                flex-wrap: wrap;
                margin-top: 10px;
            }

            .tabPane {
                max-width: 100%;
            }

            .nearbyBoxWrapper {
                height: unset;
                flex-direction: column;
                align-items: flex-start;
                padding: 20px 10px;
                gap: 50px;
            }

            .nearbyBoxWrapper .leftbox {
                max-width: 100%;
            }

            .nearbyBoxWrapper .nearbycontentWrap {
                min-width: unset;
            }

            .nearbyBoxWrapper .rightbox {
                width: 100%;

            }

            .rightbox.box1 {
                max-width: 100%;
                max-height: unset;
            }

            .muRestraunt {
                gap: 0;
            }

            .rightbox.box2 {
                max-width: 100%;
                max-height: unset;
            }

            .rightbox.box3 {
                max-width: 100%;
                max-height: unset;
            }
        }

        .collaboration {
            padding: 60px 0;

            .rolescontent {
                flex-direction: column;
                gap: 30px;
                align-items: flex-start;
            }

            .rolescontent .left,
            .rolescontent .right {
                width: 100%;
                max-width: 100%;
            }

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

            }

            .ourteambanner {
                background: url(https://files.mastersunion.link/resources/img/ourTeamBannerBlackmob.png) no-repeat, var(--black);
                background-size: cover;
                padding: 30px 20px;
            }

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

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

            .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;
            }

        }
    }
}