.home {
    padding: 12px 40px;

    max-width: 1440px;
    margin: auto;
    margin-top: 112px;
}

.home-bg-div {
    background-image: url("../img/SAC/home-img.175070866d51.webp");
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 24px;
    background: url("../img/SAC/home-img.175070866d51.webp"), lightgray 21.17px -141.06px / 108.389% 140.303% no-repeat, #1F1F1F;

    height: 700px;
}

.home-bg-div div {
    height: 100%;
    position: relative;

    overflow: hidden;
}


.home-bg-div .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 21.835px;

    margin-left: 64px;
    width: 100%;
}

.home-bg-div h1 {
    color: #FFF;
    font-family: Oskari G2;
    font-size: 109.176px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    max-width: 400px;
}

.home-bg-div h1 span {
    font-style: italic;
    text-decoration-line: underline;
    margin-top: 21px;
    margin-bottom: 21px;

    overflow: visible;
}

.home-bg-div div .circle {
    height: 735.343px;

    position: absolute;
    right: 117px;
    top: -150.612px;
}

/* Pills Div */
.pills-div {
    padding: 60px 0px;
}

.pills-div .max-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.pills-div h1 {
    max-width: 963px;

    color: #1F1F1F;

    text-align: center;
    font-family: Oskari G2;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 64px */
}

.pills-div .pills-top img,
.pills-div .pills-bottom img {
    width: 100%;
}

/* About */
.about {
    padding: 0px;
}

.about .head-div {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin: auto;
}

.about .head-div h1 {
    color: #1F1F1F;

    text-align: center;
    font-family: Oskari G2;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 67.2px */
}

.about .head-div h6 {
    color: #666;

    text-align: center;
    font-family: Oskari G2;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 35px */
}

.about img {
    width: 100%;
}

.about .col-div {
    display: flex;
    padding: 24px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;

    border-right: 1px solid #F2F2F2;
}

.about .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 40px;
}

.about .col-div h3 {
    color: #1F1F1F;
    font-family: Oskari G2;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about .col-div p {
    color: var(--66, #666);
    font-family: Oskari G2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    opacity: 0.8;
}

/* Explore */

.explore .max-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;

    margin: 80px 0px;
    padding-inline: 160px;
}

.explore h1 {
    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 57.6px */
}

.explore .card-div {
    border-radius: 16px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
}

.explore .card-div img {
    width: 68px;
    height: 68px;
}

.explore .card-div .text-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.explore .card-div .text-div h5 {
    overflow: hidden;
    color: #1F1F1F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Oskari G2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding-top: 2px;
}

.explore .card-div .text-div h6 {
    color: var(--66, #666);
    text-align: center;
    font-family: Oskari G2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
}

/* Thought Leaders */
.thought-leaders {
    padding: 80px 0px;
}

.thought-leaders .head-div {
    display: flex;
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    margin: auto;
    margin-bottom: 48px;
}

.thought-leaders .head-div h1 {
    color: #1F1F1F;

    font-family: Oskari G2;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.thought-leaders .head-div h6 {
    color: #666;

    text-align: center;
    font-family: Oskari G2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 30px */
}

.thought-leaders .carousel-div {
    overflow: hidden;
}

.thought-leaders .carousel-div .card-div {
    border-radius: 16px;
    border: 1px solid #F2F2F2;

    background: rgba(255, 255, 255, 0.75);

    display: flex;
    width: 460px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    margin-right: 16px;
}

.thought-leaders .carousel-div .card-div img {
    width: 100%;

    border-radius: 12px;
}

.thought-leaders .carousel-div .card-div .content-div {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.thought-leaders .carousel-div .card-div .content-div .top-div {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.thought-leaders .carousel-div .card-div .content-div .top-div .u25-logo {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.thought-leaders .carousel-div .card-div .content-div .top-div p {
    border-radius: 35.84px;
    background: #140272;

    display: flex;
    padding: 10.08px 8.96px 8.08px 8.96px;
    align-items: center;
    gap: 8.96px;

    color: #FF934F;
    font-family: Oskari G2;
    font-size: 13.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.44px;
    /* 100% */
}

.thought-leaders .carousel-div .card-div .content-div .bottom-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.thought-leaders .carousel-div .card-div .content-div .bottom-div h4 {
    color: #1F1F1F;
    font-family: Oskari G2;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.thought-leaders .carousel-div .card-div .content-div .bottom-div h6 {
    color: #666;
    font-family: Oskari G2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* upcoming-summits */
.upcoming-summits {
    padding: 80px 0px;
}

.upcoming-summits .head-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;

    margin-bottom: 40px;
}

.upcoming-summits .head-div h1 {
    color: #1F1F1F;
    font-family: Oskari G2;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 48.4px */
}

.upcoming-summits .head-div .view-btn {
    color: #000;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FFF;

    display: flex;
    padding: 12px 16px 10px 16px;
    align-items: center;
    gap: 8px;
}

.upcoming-summits .cards-div .card-div {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.upcoming-summits .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 24px;
}

.upcoming-summits .cards-div .card-div .top-div img {
    width: 100%;
}

.upcoming-summits .cards-div .card-div .bottom-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .date-div {
    border-radius: 8px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 4px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .date-div p {
    display: flex;
    padding: 6px 4px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #808080;
    text-align: center;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .date-div h6 {
    border-radius: 8px;
    background: #F2F2F2;

    display: flex;
    width: 40px;
    padding: 8px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div h4 {
    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div p {
    color: #666;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div p span {
    color: #666;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div img {}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div h6 {
    color: #666;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-summits .cards-div .card-div .bottom-div .view-btn {
    border-radius: 8px;
    background: #1F1F1F;

    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    color: #FFF;
    text-align: center;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.upcoming-summits .cards-div .card-div .bottom-div .view-btn span {
    padding-top: 2px;
}

/* Student Carousel*/
.student {
    display: flex;
    max-width: 1440px;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;

    margin: auto;

}

.student .head-div {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;

    max-width: 600px;
    margin: auto;
}

.student .head-div h1 {
    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.student .head-div h5 {
    color: var(--66, #666);
    text-align: center;
    font-family: Oskari G2;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
}

.student {
    overflow: hidden;
}

.student .marquee {
    overflow: hidden !important;
    /* display: flex;
    height: 435px; */
}

.student .marquee .card-div {
    display: flex;
    width: 460px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    border-radius: 16px;
    overflow: hidden;

    border: 1px solid var(--e-2, #E2E2E2);
    background: rgba(255, 255, 255, 0.75);

    margin-right: 24px;
}

.student .marquee .card-div .card-img {
    width: 100%;
    height: 270px;
}

.student .marquee .card-div .text-div {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    gap: 16px;
    align-self: stretch;
}

.student .marquee .card-div .text-div .head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.student .marquee .card-div .text-div .head img {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
}

.student .marquee .card-div .text-div .head h6 {
    display: flex;
    padding: 12px 12px 8px 12px;
    align-items: center;
    gap: 10.286px;

    border-radius: 41.143px;
    background: var(--light-mode-primary-black, #1F1F1F);

    color: #FFF;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.429px;
    /* 85.714% */
}

.student .marquee .card-div .text-div .read-btn {
    color: #1F1F1F;
    leading-trim: both;
    text-edge: cap;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.429px;
    /* 85.714% */

    border-radius: 41.143px;
    border: 1px solid var(--e-2, #E2E2E2);

    display: flex;
    padding: 12px 16px 10px 16px;
    align-items: center;
    gap: 10.286px;
}

.student .marquee .card-div h4 {
    color: #1F1F1F;
    font-family: Oskari G2;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */

    padding: 16px;
    padding-top: 0px;
}

@media (max-width: 992px) {
    .home {
        /* padding: 0px; */
        max-width: auto;
        /* margin: 0; */
    }

    .home-bg-div {
        background-image: url("../img/SAC/home-img.175070866d51.webp");
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 24px;
        background: url("../img/SAC/home-img.175070866d51.webp"), lightgray 21.17px -141.06px / 108.389% 140.303% no-repeat, #1F1F1F;
        height: 700px;
    }
}

@media (max-width: 576px) {
    .home {
        padding: 0px;
        max-width: auto;
        margin: 0;
        margin-top: 90px;
    }

    .home-bg-div {
        background-image: url("../img/SAC/Mobile/home-img.56ac7f764e2e.png");
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0;
        background: url("../img/SAC/Mobile/home-img.56ac7f764e2e.png"), lightgray 21.17px -141.06px / 108.389% 140.303% no-repeat, #1F1F1F;
        height: 476px;
    }

    .home-bg-div .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 13px;
        margin: 0;
        padding: 32px;
        width: 100%;

        justify-content: flex-end;
    }

    .home-bg-div h1 {
        color: #FFF;
        font-family: Oskari G2;
        font-size: 65.234px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    /* Pills Div */

    .pills-div {
        padding: 32px 0px;
    }

    .pills-div .pills-top img,
    .pills-div .pills-bottom img {
        width: 100%;
    }

    .pills-div .max-width {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        padding: 0;
    }

    .pills-div h1 {
        max-width: auto;

        color: #1F1F1F;
        text-align: center;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 45px */

        padding-inline: 24px;
    }

    /* About */
    .about {
        padding: 0px;
    }

    .about .max-width {
        padding: 0px;
    }

    .about .head-div {
        margin-top: 80px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;

        padding-inline: 32px;

        max-width: auto;
    }

    .about .head-div h1 {
        color: #1F1F1F;
        text-align: center;
        font-family: Oskari G2;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 48px */
    }

    .about .head-div h6 {
        color: var(--66, #666);
        text-align: center;
        font-family: Oskari G2;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 30px */
    }

    .about img {
        margin: 56px 0px;
    }

    .about .row {
        width: 100%;
    }

    .about .col-div {
        display: flex;
        padding: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        flex: 1 0 0;
        border-right: 0px solid #F2F2F2;

        padding-left: 32px;
        margin-bottom: 20px;
    }

    .about .col-div h3 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .about .col-div p {
        color: var(--66, #666);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Oskari G2;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 33.6px */
    }

    /* Explore */
    .explore .max-width {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        margin: 40px 0px;
        padding-inline: 24px;
    }

    .explore h1 {
        color: #1F1F1F;
        text-align: center;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 43.2px */
    }

    .explore .card-div {
        border-radius: 16px;
        border: 1px solid #F2F2F2;

        flex-direction: row;

        display: flex;
        width: auto;
        padding: 16px;
        justify-content: center;
        align-items: baseline;
        gap: 16px;
    }

    .explore .card-div img {
        width: 52px;
        height: 52px;
    }

    .explore .card-div .text-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 8px;
        flex: 1 0 0;
    }

    .explore .card-div .text-div h5 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .explore .card-div .text-div h6 {
        color: var(--66, #666);
        font-family: Oskari G2;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 21.6px */
        text-align: start;
    }

    /* Thought Leaders */
    .thought-leaders {
        padding: 56px 0px;
    }

    .thought-leaders .max-width {
        padding: 0;
    }

    .thought-leaders .head-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;

        padding-inline: 24px;
        margin-top: 56px;
        margin-bottom: 48px;
    }

    .thought-leaders .head-div h1 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 43.2px */
    }

    .thought-leaders .head-div h6 {
        color: var(--66, #666);
        font-family: Oskari G2;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 30px */

        text-align: left;
    }

    .thought-leaders .carousel-div .card-div {
        border-radius: 10.353px;
        border: 1px solid #F2F2F2;
        background: rgba(255, 255, 255, 0.75);

        display: flex;
        width: 297.656px;
        padding: 10.353px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

        margin-right: 16px;
    }

    .thought-leaders .carousel-div .card-div img {
        width: 100%;
        border-radius: 7.765px;
    }

    .thought-leaders .carousel-div .card-div .content-div {
        display: flex;
        padding: 10.353px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .thought-leaders .carousel-div .card-div .content-div .top-div {
        display: flex;
        align-items: center;
        gap: 7.765px;
        align-self: stretch;
    }

    .thought-leaders .carousel-div .card-div .content-div .top-div .u25-logo {
        display: flex;
        width: 27.71px;
        height: 27.71px;
        justify-content: center;
        align-items: center;
    }

    .thought-leaders .carousel-div .card-div .content-div .top-div p {
        border-radius: 23.191px;
        background: #140272;

        display: flex;
        padding: 10px 10px 6px 10px;
        align-items: center;
        gap: 5.798px;

        color: #FF934F;
        font-family: Oskari G2;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 10.714px;
        /* 76.531% */
    }

    .thought-leaders .carousel-div .card-div .content-div .bottom-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 7.765px;
    }

    .thought-leaders .carousel-div .card-div .content-div .bottom-div h4 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .thought-leaders .carousel-div .card-div .content-div .bottom-div h6 {
        color: var(--66, #666);
        font-family: Oskari G2;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    /* Upcoming Summits */
    .upcoming-summits {
        padding: 56px 24px;
    }

    .upcoming-summits .head-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;

        margin-bottom: 40px;
    }

    /* .upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div{
        width: 180px;
    } */

    .upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div h4 {
        width: 201.71px;
        overflow: hidden !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: start;
    }

    .upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div h6 {
        font-size: 18px;
        width: 140px;
        overflow: hidden !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: start;
    }

    .upcoming-summits .head-div h1 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        /* 39.6px */
    }

    .upcoming-summits .head-div .view-btn {
        color: #000;
        text-align: center;
        font-family: Oskari G2;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        border-radius: 8px;
        border: 1px solid #F2F2F2;
        background: #FFF;

        display: flex;
        padding: 10px 16px 8px 16px;
        align-items: center;
        gap: 8px;
    }

    .upcoming-summits .cards-div .card-div .bottom-div .view-btn span {
        padding-top: 2px;
        padding-left: 4px;
        font-size: 18px;
    }

    .upcoming-summits .g-2,
    .upcoming-summits .gy-2 {
        --bs-gutter-y: 24px;
    }

    .upcoming-summits .cards-div .card-div .bottom-div .view-btn {
        border-radius: 10px;
        background: #1F1F1F;

        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .upcoming-summits .cards-div .card-div .bottom-div .view-btn img {
        width: 16px;
        height: 16px;
    }

    /* Student Carousel */
    .student {
        display: flex;
        max-width: auto;
        padding: 56px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        margin: auto;
    }

    .student .head-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;

        max-width: auto;
        margin: auto;
        padding-inline: 24px;
    }

    .student .head-div h1 {
        color: #1F1F1F;
        text-align: center;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        /* 39.6px */
    }

    .student .head-div h5 {
        color: var(--66, #666);
        text-align: center;
        font-family: Oskari G2;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 26.4px */
    }

    .student .marquee .card-div {
        display: flex;
        width: 320px;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid var(--e-2, #E2E2E2);
        background: rgba(255, 255, 255, 0.75);
        margin-right: 12px;
    }

    .student .marquee .card-div .card-img {
        width: 100%;
        height: 187.5px;
    }

    .student .marquee .card-div .text-div {
        display: flex;
        padding: 11.11px;
        justify-content: space-between;
        align-self: stretch;
    }

    .student .marquee .card-div .text-div .head {
        display: flex;
        align-items: center;
        gap: 8.333px;
    }

    .student .marquee .card-div .text-div .head img {
        display: flex;
        width: 27.71px;
        height: 27.71px;
        justify-content: center;
        align-items: center;
    }

    .student .marquee .card-div .text-div .head h6 {
        border-radius: 28.571px;
        display: flex;
        padding: 10px 10px 6px 10px;
        align-items: center;
        gap: 7.143px;
        color: #FFF;
        font-family: Oskari G2;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 10.714px;
        background: var(--light-mode-primary-black, #1F1F1F);
    }

    .student .marquee .card-div .text-div .read-btn {
        display: flex;
        padding: 10px 10px 6px 10px;
        align-items: center;
        gap: 7.143px;
        border-radius: 28.571px;
        border: 0.694px solid var(--e-2, #E2E2E2);
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 10.714px;
    }

    .student .marquee .card-div h4 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 11.11px;
        padding-top: 0px;
    }
}