
    .main-event.row > .main-event--img,
    .main-event.row > .main-event--content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-event--img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .main-event--content {
        background: #fff;
        padding: 30px;
    }
    .main-event.row {
        align-items: stretch;
    }

    .educators-program-title{
        padding-top: 70px;
        background: #222;
        height: 100%;
        top: 0;
        display: flex;
        position: relative;
    }

    .ep-title h1,
    .cls-intro p {
        color: #fff !important;
    }

    .ep-description p,
    .cls-intro h2 {
        color: #DAF2EE;
    }

    #mainContent .title-text {
        font-size: 48px !important;
        font-weight: 700 !important;
        font-style: normal;
        line-height: 57.6px;
        letter-spacing: -1.2px;
    }

    .description-content {
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Open Sans";
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 31.2px;
    }

    .educators-program-container, .educators-program-cls-list {
        background: #011D3D;
    }

    .main-event--content {
        background: #fff;
        padding: 30px;
    }

    .main-event--img {
        padding-right: 0px;
    }

    .main-event--button {
        text-transform: uppercase;
        background: #43414B;
        color: #DAF2EE;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    .main-event--button:hover {
        background: #605D6D;
    }

    .main-event-details {
        padding: 0px 30px;
    }

    .event-card {
        height: 570px;
        display: flex;
    }

    .event-card-details {
        padding: 20px;
        background: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .event-card--image {
        position: relative;
    }

    .event-card--chip {
        position: absolute;
        top: 3px;
    }

    .event-badge {
        padding: 8px; border-radius: 0px;
    }

    .cls-list,
    .title-section {
        max-width: 1440px;
        margin: 0 auto;
    }

    .top-mobile-menu,
    .top-tablet-menu,
    .top-desktop-menu {
        background: rgba(52, 58, 64, 0.85) !important;
    }

    .cls-intro--title {
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: -0.9px;
    }

    .cls-intro--description {
        font-family: "Open Sans";
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.7px;
    }

    .main-event--title {
        color: #011D3D;

        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.32px;
    }

    .main-event--description {
        color: #222;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
    }

    .event-card--title {
        color:  #011D3D;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.14px;
    }

    .event-card--description {
        color: #312C2C;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
    }

    .event-badge {
        color: #413B3B;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
