.coupons {
    padding: 30px 0 30px 0;
    position: relative;
}

.coupons::before {
    content: '';
    position: absolute;
    width: 655.333px;
    height: 680.472px;
    top: -234px;
    left: 0;
    background: url('../../../library/images/circle-pattern-left.svg') left / contain no-repeat;
    opacity: 0.2;
}

.coupons h4,
.coupons h6 {
    font-family: 'OpenSans-Bold', sans-serif;
}

.coupons h6 {
    margin-top: 12px;
    font-size: 18px;
    font-family: 'OpenSans-Regular', sans-serif;
}

.coupons .promo-wrp h4,
.coupons .promo-wrp h6 {
    color: var(--yellow);
}

.coupons h3,
.coupons p {
    color: var(--white);
}

.coupons h3 {
    max-width: 316px;
    margin: 0 auto 6px auto;
}

.coupons p {
    font-size: 12px;
    line-height: 17px;
    color: var(--white2);
    max-width: 303px;
}

.coupons .promo-wrp {
    border-radius: 14px;
    border: 5px dashed var(--yellow);
    background: rgba(7, 33, 44, 0.90);
    box-shadow: 0 2px 10px 0 rgba(100, 100, 100, 0.20);
    padding: 47px 32px 45px 32px;
    height: 100%;
}

.coupons .promo-wrp img {
    max-width: 128px;
    margin: 0 auto;
    object-fit: contain;
    padding: 35px 0 30px 0;
}

.coupons .promo-list {
    margin-top: 32px;
    margin-bottom: 30px;
}

.coupons.coupons-inner{
    padding: 37px 0 47px;
}
.coupons.coupons-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;    
    top: 0;
    left: 0;
    background: url(../../../library/images/coupan-bg.png) center no-repeat;
    background-size: cover;
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .coupons::before {
        display: none;
    }

    .coupons .promo-wrp {
        margin: 0px 25px;
    }

    .coupons .slick-next {
        right: 0;
        background: url('../../../library/images/slick-next-2.svg') center / contain no-repeat !important;
    }

    .coupons .slick-prev {
        left: 0;
        background: url('../../../library/images/slick-prev-2.svg') center / contain no-repeat !important;
    }

    .coupons .slick-next,
    .coupons .slick-prev {
        top: 45%;
    }
}