.experience-assets-race_challenge_learn_more {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.race-challenge-learn-more-container {
    flex-grow: 1;
    display: flex;
    background: var(--background_backup_color);
    background: var(--background_gradient);
}

.race-challenge-learn-more-inner {
    max-width: calc(1440px / 2 - 10px);
    margin: 0 0 0 auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.race-challenge-learn-more-text-container {
    flex: 1 1 0;
}

.race-challenge-learn-more-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text_color);
}

.race-challenge-learn-more-text strong {
    font-weight: 700;
}

.race-challenge-learn-more-header-text {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.race-challenge-learn-more-body-text {
    font-size: 15px;
    margin-bottom: 20px;
}

.race-challenge-learn-more-link {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: var(--text_color) !important;
    text-decoration: none !important;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid var(--text_color);
}

.race-challenge-learn-more-link:hover,
.race-challenge-learn-more-link:focus,
.race-challenge-learn-more-link:active {
    color: var(--button_text_hover_color) !important;
    background-color: var(--button_background_hover_color);
}

.race-challenge-learn-more-image-container {
    height: 100%;
    margin-right: -30px;
}

.race-challenge-learn-more-image-container img {
    display: block;
    max-height: 320px;
    flex: 1 0 1;
}

@media screen and (max-width: 1470px) {
    .race-challenge-learn-more-inner {
        padding-left: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .race-challenge-learn-more-inner {
        padding-left: 2vw;
    }
}

@media screen and (max-width: 900px) {
    .race-challenge-learn-more-inner {
        margin: 0 auto 0 auto;
        padding-left: 0;
    }

    .race-challenge-learn-more-image-container {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .race-challenge-learn-more-inner {
        padding-left: 3vw;
    }

    .race-challenge-learn-more-image-container img {
        max-height: 280px;
    }

    .race-challenge-learn-more-header-text {
        font-size: 20px;
        line-height: 20px;
    }

    .race-challenge-learn-more-body-text {
        font-size: 13px;
    }

    .race-challenge-learn-more-link {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
    }
}

@media screen and (max-width: 460px) {
    .race-challenge-learn-more-image-container img {
        max-height: 240px;
    }

    .race-challenge-learn-more-header-text {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .race-challenge-learn-more-body-text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .race-challenge-learn-more-link {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 390px) {
    .race-challenge-learn-more-image-container img {
        max-height: 220px;
    }

    .race-challenge-learn-more-header-text {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .race-challenge-learn-more-body-text {
        font-size: 11px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 350px) {
    .race-challenge-learn-more-image-container img {
        max-height: 180px;
    }
}
