.coupons-offers {
    position: relative;
    padding: 74px 0px;
    background: url('../../../library/images/sand.jpg') center / cover no-repeat;
}

.coupons-offers::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F7ECD2;
    opacity: .4;
}

.coupons-offers .h2_label {
    padding-bottom: 12px;
}

.coupons-offers h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.44px;
}

.coupons-offers h2 span {
    font-size: 30px;
    line-height: 34.5px;
}

.coupons-offers .coupons-inn {
    padding-top: 38px;
    justify-content: center;
}

.coupons-offers .coupons-inn .coupon-wrap {
    height: 100%;
    border-radius: 20px;
    border: 2px dashed rgba(25, 136, 188, 0.45);
    background: var(--white);
    padding: 30px 22px 75px 22px;
    position: relative;
}

.coupons-offers .coupons-inn .coupon-wrap p {
    color: var(--orange);
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.coupons-offers .coupons-inn .coupon-wrap h3 {
    color: var(--blue);
    font-family: 'Thadonce', sans-serif;
    font-size: 52px;
    line-height: 52px;
    margin: 0 0 14px 0;
}

.coupons-offers .coupons-inn .coupon-wrap h4 {
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.coupons-offers .coupons-inn .coupon-wrap h5 {
    color: #6B7682;
    font-size: 12px;
    line-height: normal;
    margin: 0 0 22px 0;
    font-weight: 400;
}


.coupons-offers .coupons-inn .coupon-wrap .btn-orange {
    padding: 11px 26px 12px 26px;
}

.coupons-offers .coupons-inn .coupon-wrap .offer_cta {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
}

.coupons-offers .row .col-md-3 {
    margin-bottom: 16px;
}

@media(max-width:992px) {
    .coupons-offers .row .col-md-3 {
        width: 50%;
    }

    .coupons-offers {
        background-size: contain;
        background-repeat: repeat;
        background-position: center;
    }
}

@media(max-width:767px) {
    .coupons-offers {
        padding: 74px 15px 74px 15px;
    }

    .coupons-offers .row .col-md-3 {
        width: 100%;
    }

    .coupons-offers h2 {
        margin-bottom: 0;
    }

    .coupons-offers .h2_label {
        padding-bottom: 11px;
    }

    .coupons-offers .coupons-inn .coupon-wrap h5 {
        font-weight: 700;
        margin: 0 0 8px 0;
    }

    .coupons-offers .coupons-inn .coupon-wrap .offer_cta {
        position: inherit;
        bottom: auto;
    }

    .coupons-offers .coupons-inn .coupon-wrap {
        height: auto;
        padding: 30px 22px 26px 22px;
    }

    .coupons-offers::before {
        opacity: .6;
    }
}