.highlightsec{
padding: 100px 0 ;



.heroWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.left{
    width: 50%;
}
.pagelocation {
    display: none;
    gap: 6px;
    /* display: flex
; */
    list-style-type: none;
}
 .location {
    color: var(--grey);
    font-size: 0.875rem;
    font-family: "go-semibold";
    line-height: 160%;
    display: none !important;
}
.pagelocation .location.active {
    color: var(--white);
}
.programmeHeading {
    color: var(--white);
    font-size: 2.625rem;
    font-family: "go-extrabold";
    line-height: 130%;
    text-transform: none;
    /* 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;
}
.subText {
    font-size: 0.813rem;
    font-family: "go-regular";
    color: var(--grey10);
    line-height: 160%;
    margin-top: 10px;
}
.white-medium {
    font-family: "go-medium" !important;
    color: var(--white) !important;
}
.heroRightButtons {
    padding-left: 0;
        width: 100%;
        margin-top: 30px;
}
 .heroright {
    width: fit-content;
    z-index: 100;
    position: relative;
}
.masterImage {
    width: 100%;
    position: relative;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
}
.masterPlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
}
.heroright .masterImage>img {
    width: 100%;
    max-width: 454px;
    min-width: 454px;
    max-height: 300px;
}
.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);
}







}


.facultyResearch {
    background: url(https://files.mastersunion.link/resources/img/oppertunityBG.webp), var(--grey17);
    background-repeat: repeat-y;
    background-position: top left;
    overflow: hidden;
    padding: 80px 0;
    /* background-color: white; */
    .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;
}
.headingWrapperButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    line-height: 0;
}
.sectionHeading {
    font-size: 30px;
    line-height: 130%;
    font-family: 'go-bold';
    font-weight: 700;
    color: var(--white) !important;
}
.gradientUnderline {
    position: relative;
    z-index: 11;
}
.gradientUnderline::after {
    content: "";
    position: absolute;
    bottom: -72%;
    left: 0%;
    width: 110%;
    background: url(https://files.mastersunion.link/resources/svg/longgradientLine.svg);
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
}
.loadMoreWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.facultycardsWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;

    .masterPlay{
        display: none;
    }
}
.facultyCards {
    width: 32%;
}

 .masterBox {
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    background: var(--black);
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* min-height: 476px; */
}
.name {
    font: 18px "go-medium";
    line-height: 140%;
    color: var(--white);
}
.masterinner>.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.storiesTag {
    font: 0.75rem "go-regular";
    color: var(--grey10);
    line-height: 16px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.lineSpace {
    margin-top: 6px;
    padding: 0;
    border-color: var(--grey3);
    border: none;
    border-top: 1px solid var(--grey9);
}
.facultyCards .alumniDesgination {
    font: 12px "go-regular";
    margin-top: 10px;
    margin-bottom: 4px;
    color: var(--grey10);
    display: flex;
    align-items: center;
    gap:6px;
}
.logoWrapper {
    line-height: 0;
}
.publisherLogo {
    width: 100%;
    max-width: 100px;
}






}

@media (max-width: 767px) {
        .highlightsec {
        padding-top: 70px !important;
        padding-bottom: 0 !important;

        .heroWrapper {
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
                flex-direction: column;
        margin-top: 30px;
        gap: 30px;
        padding-bottom: 55px;
    }
    .left {
        width: 100%;
    }
        .programmeHeading {
        font-size: 1.75rem;
        margin-top: 30px;
    }
        .gradientUnderline::after {
        bottom: -80%;
    }
    .gradientUnderline::after {
        background: url(https://files.mastersunion.link/resources/svg/degreeSectionMob.svg) no-repeat;
    }
     .heroright {
        overflow: hidden;
        width: 100%;
            z-index: 100;
    position: relative;
    }
    .masterImage {
    width: 100%;
    position: relative;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
}
.heroright .masterImage>img {
        min-width: unset;
        min-height: unset !important;
    }
    .heroright::after {
        width: 146%;
        height: 170%;
        top: -31%;
        scale: 0.7;
        left: -25%;
    }


    }

    .facultyResearch{
        padding: 60px 0;

            .headingSmall {
        letter-spacing: 2px;
        font: 0.625rem "go-medium" !important;
        gap: 6px;
        color: var(--grey10) !important;
        margin-bottom: 8px;
    }
        .headingSmall>img {
        width: 12px;
    }
        .headingWrapperButton {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start !important;
    }
        .sectionHeading {
        font: 1.25rem "go-bold";
        color: var(--white);
    }
    .gradientUnderline::after {
        background: url(https://files.mastersunion.link/resources/svg/smallgradient.svg);
        background-repeat: no-repeat;
        scale: 0.7;
        bottom: -52%;
        left: -16%;
    }
    .facultyCards {
        width: 100% !important;
    }

    
    }
}
