.coupons-offers {
    position: relative;
    padding: 74px 15px;
    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: .5;
}

.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;
}

.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 .coupons-inn .col-md-4 {
    margin-bottom: 20px;
}

.coupons-offers p.disclaimer {
    color: #6B7682;
    font-size: 14px;
    line-height: normal;
    margin: 24px 0 10px 0;
}

.military_and_senior {
    background: linear-gradient(122deg, #1988BC 0%, #0F6A96 100%);
    padding: 70px 15px;
}

.military_and_senior .h2_label {
    padding-bottom: 2px;
}

.military_and_senior .h2_label span {
    color: var(--yellow);
}

.military_and_senior h2,
.military_and_senior p {
    color: var(--white);
}

.military_and_senior h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px;
}

.military_and_senior p {
    margin: 0 0;
    font-size: 14.5px;
    line-height: 24.65px;
    max-width: 550px;
}

.military_and_senior .mss-wrap {
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

@media(max-width:992px) {
    .page-hero {
        padding: 124px 18px;
        min-height: 405px !important;
    }

    .page-hero h1 {
        font-size: 44px;
        line-height: 39.2px;
    }

    .military_and_senior .mss-wrap {
        align-items: self-start;
        flex-direction: column;
        gap: 30px;
    }

    .military_and_senior p {
        max-width: 100%;
    }

    .coupons-offers .coupons-inn .coupon-wrap h5 {
        margin: 0 0 15px 0;
    }
}