@media screen and (max-width: 1279px) {
    .offer-row {
        gap: 20px;
    }

    .offer-row-first .offer-col-left {
        gap: 20px;
    }

    .offer-row-first .offer-col-left .offer-item {
        width: calc(50% - 10px);
    }
    .financing-options-listing {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Coupons */
    .all-coupons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1023px) {
    .offer-row-first .offer-col-left .offer-item {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .offer-row {
        display: block;
    }

    .offer-col-left {
        margin-bottom: 20px;
    }

    .offer-row-first .offer-col-left {
        max-width: 100%;
    }

    .offer-col-right {
        width: 100%;
    }

    .offer-row-second .offer-col-left {
        max-width: 100%;
    }

    .offer-row.offer-row-first {
        margin-bottom: 20px;
    }

    .offer-item {
        gap: 20px;
    }

    .offer-item.off-row-view .offer-image {
        width: 100%;
    }

    .offer-content {
        gap: 20px;
    }

    .offer-item.off-row-view .offer-content {
        width: 100%;
    }

    .offer-item.off-row-view {
        flex-direction: column;
    }

    .offer-item.off-row-view.reverse {
        flex-direction: column-reverse;
    }
    .financing-option-item {
        padding: 20px;
    }
}

@media screen and (max-width: 870px) {
  .all-coupons {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
    .offer-item{
        padding: 16px;
    }
    .content-top {
        gap: 10px;
    }
    .offer-content {
        gap: 16px;
    }
    .financing-options-listing {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
        row-gap: 24px;
    }
    .option-description p {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }
    .option-provider {
        margin-bottom: 12px;
    }
    .option-description {
        margin-bottom: 12px;
    }
    .option-description .listing-with-checkmark {
        margin-top: 12px;
    }

    /* Coupons */

    .all-coupons{
        margin-top: 40px;
        gap: 24px;
    }
}

@media screen and (max-width: 576px) {
  .left-content .strip::before {
    width: 40px;
    height: 65px;
    left: -29px;
    top: -18px; 
  }
  .left-content .strip::after {
    width: 40px;
    height: 65px;
    right: -29px;
    top: -18px; 
  }
  .coupon-off {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    margin-top: -8px;
    }
    .strip{
        max-width: 130px;
    }
    .sale-title{
        font-size: 18px;
    }
}