.action-banner-wrap {
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 20%;
    height: 0;
}

.action-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.promo-detail__desc {
    margin: 32px 0 60px;
    font-size: 15px;
}

.page-promo__title {
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #2E323D;
    margin: 28px 0 40px;
    text-align: left;
}

.page-promo__banner {
    aspect-ratio: 1170/234;
    width: 100%;
}

.page-promo__banner-mobile {
    display: none;
}

.page-promo__container {
    margin: 40px 0 110px;
}

@media only screen and (max-width: 991px) {
    .page-promo__title {
        margin: 24px 0 10px;
    }

    .page-promo__banner {
        display: none;
    }

    .page-promo__banner-mobile {
        aspect-ratio: 738/234;
        width: 100%;
        display: block;
    }

    .page-promo__container {
        margin: 24px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .page-promo__title {
        font-size: 19px;
        line-height: 135%;
        margin: 20px 0;
    }

    .page-promo__banner {
        display: none;
    }

    .page-promo__banner-mobile {
        aspect-ratio: 288/92;
        width: 100%;
        display: block;
    }

    .page-promo__container {
        margin: 20px 0 60px;
    }
}
