.promotion-headline {
    margin-bottom: 24px;
}

.promotion-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #1d1d1b;
    margin: 0;
}

.card.card--promotion {
    padding: 40px;
    margin-bottom: 23px;
}

.promotion-banner__picture {
    display: block;
    height: 241px;
    border-radius: 24px;
    overflow: hidden;
}

.promotion-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion-period {
    display: flex;
    margin-top: 31px;
}

.promotion-period__inner {
    border-radius: 12px;
    padding: 12px;
    background: #f2f6f9;
}

.promotion-period__label {
    font-size: 14px;
    line-height: 160%;
    color: #545656;
    margin-bottom: 4px;
}

.promotion-period__dates {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #1d1d1b;
}

.promotion-detail {
    font-size: 16px;
    line-height: 150%;
    color: #545656;
    margin-top: 24px;
}

.promotion-detail ol,
.promotion-detail ul {
    padding-left: 1.2em;
    margin: 0.6em 0;
}

.promotion-detail p {
    margin: 0.6em 0;
}

.promotion-detail p:first-child {
    margin-top: 0;
}

.promotion-detail p:last-child {
    margin-bottom: 0;
}

.promotion-detail ul:first-child,
.promotion-detail ol:first-child {
    margin-top: 0;
}

.promotion-detail ul:last-child,
.promotion-detail ol:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .card.card--promotion {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        margin-bottom: 12px;
    }

    .promotion-headline {
        margin-bottom: 18px;
    }

    .promotion-title {
        font-size: 20px;
        line-height: 140%;
    }

    .promotion-content {
        padding: 21px 20px 77px;
        border-radius: 24px;
        background: #fff;
    }

    .promotion-banner {
        margin-bottom: 12px;
    }

    .promotion-banner__picture {
        height: 95px;
    }

    .promotion-period {
        margin-top: 18px;
    }

    .promotion-period__inner {
        width: 100%;
        max-width: 500px;
    }

    .promotion-detail {
        margin-top: 12px;
    }

    .wrapper__col {
        width: 100%;
    }
}