.offer-wrap {
    grid-template-columns: 1fr;
    gap: 38px
}

.offer-copy {
    max-width: 760px
}

.price-options {
    display: grid;
    grid-template-columns: minmax(0, 680px);
    justify-content: center;
    gap: 28px
}

.price del {
    color: #c94f3d;
    text-decoration-color: #c94f3d
}

.complete-card .price .promo-price {
    color: #22c55e !important;
    font-weight: 700
}

.promo-button {
    background: #22c55e !important;
    color: #fff !important
}

.promo-button:hover {
    background: #16a34a !important
}

.complete-card {
    order: -1
}

@media(max-width:600px) {
    .offer-section {
        padding-top: 52px;
        padding-bottom: 52px
    }

    .offer-wrap {
        gap: 28px
    }

    .price-options {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .complete-card {
        transform: none
    }
}