@media screen and (max-width: 1279px) {
  .all-coupons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 870px) {
  .all-coupons {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
    .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;
    }
}
