.moreUpdateFirstText, #moreUpdatesMedia {
    background-color: var(--main-white);
}

.moreUpdateFirstText {
    text-align: center;
    padding: 96px;
}

.moreUpdateFirstTextContainer {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.moreUpdateFirstTextContainer h2 {
    color: #374151;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 72px;
}

.moreUpdateFirstTextContainer p {
    color: #1F2937;
    font-size: 18px;
    font-weight: 300;
    max-width: 728px;
    margin: 0 auto;
}

#moreUpdatesMedia {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 96px 96px 96px;
}

.moreUpdatesMediaNavbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 280px;
    padding-top: 32px;
}

.moreUpdatesMediaNavbar p {
    font-size: 18px;
    font-weight: 300;
    color: #1F2937;
    cursor: pointer;
    margin: 0;
    padding: 8px 0;
}

.moreUpdatesMediaFramesViewport {
    width: 100%;
    overflow: hidden;
    max-width: 928px !important;
}

.moreUpdatesMediaFramesTrack {
    display: flex;
    width: 100%;
    max-width: 928px !important;
    transition: transform 0.35s ease;
    will-change: transform;
}

.moreUpdatesMediaFrame {
    flex: 0 0 100%;
    min-width: 100%;
    background-color: #FFFFFF;
    padding: 64px 32px 48px 32px;
    border-radius: 40px;
}

.selectedItem {
    font-weight: 600 !important;
    border-right: 3px solid #1F2937;
}

.moreUpdatesMediaFrame h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
    color: var(--main-blue);
}

.moreUpdatesMediaFrame p {
    font-size: 18px;
    font-weight: 300;
    color: #424242;
    margin: 24px 0 40px 0;
}

.moreUpdatesMediaFrameHidden {
    display: none !important;
}

@media (max-width: 1440px) {
    #moreUpdatesMedia {
        flex-direction: row;
        justify-content: space-around;
        column-gap: 10px;
    }

    .moreUpdatesMediaNavbar {
        min-width: 280px;
    }

    .moreUpdatesMediaFrame img {
        max-width: 100%;
    }

    .moreUpdatesMediaFramesViewport {
        max-width: 100%;
    }
}

@media (max-width: 980px) {
    #moreUpdatesMedia {
        flex-direction: column;
    }

    .moreUpdatesMediaFramesViewport {
        touch-action: pan-y;
    }

    .moreUpdatesMediaNavbar p {
        min-width: fit-content;
    }

    .moreUpdatesMediaNavbar {
        min-width: 100%;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
        margin-bottom: 16px;
        column-gap: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 157%;
        padding-top: 48px !important;
    }

    .moreUpdatesMediaNavbar::-webkit-scrollbar {
        display: none;
    }

    .selectedItem {
        font-weight: normal !important;
        border-right: 0;
        border-bottom: 1px solid #1a2a3a;
    }
}

@media (max-width: 875px) {
    .moreUpdateFirstText {
        text-align: center;
        padding: 48px 10px 0 10px;
    }

    .moreUpdateFirstTextContainer h2 {
        font-size: 35px;
    }

    .moreUpdateFirstTextContainer p {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .moreUpdateFirstTextContainer h2 {
        font-size: 30px;
        line-height: 136%;
    }

    .moreUpdateFirstTextContainer p {
        font-size: 16px;
        line-height: 20px;
        max-width: 350px !important;
    }

    .moreUpdatesMediaNavbar p {
        font-size: 14px;
        line-height: 157%;
    }

    #moreUpdatesMedia {
        padding: 0 10px 0 10px;
    }

    .moreUpdatesMediaFrame {
        border-radius: 25px;
        padding: 16px 10px;
        height: fit-content;
    }

    .moreUpdatesMediaFrame h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 144%;
        margin-bottom: 0;
    }

    .moreUpdatesMediaFrame p {
        font-size: 16px;
        line-height: 150%;
        margin: 16px 0 24px 0;
    }

    .moreUpdatesMediaFrame img {
        height: 200px;
        border-radius: 20px;
    }

    .moreUpdatesMediaFramesTrack, .moreUpdatesMediaFramesViewport, .moreUpdatesMedia {
        height: fit-content !important;
        min-height: fit-content !important;
    }
}

@media (max-width: 450px) {
    .moreUpdateFirstTextContainer h2 {
        font-size: 26px;
        line-height: 136%;
    }

    .moreUpdateFirstTextContainer p {
        font-size: 16px;
        line-height: 20px;
        max-width: 350px !important;
    }
}

@media (max-width: 365px) {
    .moreUpdateFirstTextContainer h2 {
        font-size: 22px;
        line-height: 136%;
    }

    .moreUpdateFirstTextContainer p {
        font-size: 12px;
        line-height: 18px;
        max-width: 262px !important;
    }
}
