.overflow-box {
    overflow-y: auto;
    max-height: 80vh;
}

@media(max-width:576px){
    .support{display: none;}
}

.alert--danger:before {
    background-image: none;
}

.coupons .coupon__detail span span {
    display: inline-block;
}
.note span {
    display: inline-block;
}