.promo-section {
    clear: left;
    width: 100%;
    background-color: var(--ehu-colors-primary)
}

.promo-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 3rem 0
}

@media (min-width:769px) {
    .promo-wrap {
        flex-direction: row
    }
}

.promo__content {
    padding: 3rem 1.5rem;
    color: var(--ehu-colors-primary);
    display: flex;
    flex-direction: column
}

@media (min-width:769px) {
    .promo__content {
        padding: 3rem;
        max-width: 50%
    }
}

.promo__content p {
    margin: 1rem 0 0;
    padding: 0
}

.promo__content a.cta {
    margin: 1rem 0 0;
    background-color: var(--ehu-colors-primary);
}

.promo__title {
    color: var(--ehu-colors-primary);
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.953rem;
    font-family: Bitter, serif;
    line-height: 1.2
}

.promo__video-wrap {
    width: 100%;
    position: relative;
    height: auto
}

.promo__video-wrap iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.promo__content {
    width: 300%;
    background-color: #f9effb;
    display: inline-flex;
    justify-content: center
}

.has-media-on-the-left .promo-wrap {
    flex-direction: row
}

.has-media-on-the-right .promo-wrap {
    flex-direction: row-reverse
}

div.promo-wrap figure.promo__image-wrap {
    margin: auto !important
}

div.promo-wrap {
    margin: 3rem 0;
    padding: unset;
    background-color: #f9effb
}

@media (max-width:1001px) {
    div.promo-wrap {
        flex-direction: column-reverse !important
    }

    div.promo-wrap .promo__content {
        padding: 3rem;
        width: 100%;
        max-width: unset !important
    }
}

@media (min-width:1000px) {
    div.promo-wrap {
        flex-direction: unset
    }
}

/*# sourceMappingURL=ehu-promo-panel.css.map*/