body {
    overflow: auto;
}

.content-background{
    display: none;
}

.no-border{
    border: 0px !important;
}

.voucher{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-family: 'Open Sans', sans-serif !important;
    padding: 25px 0px;
    max-width: 800px;
}

.voucher .description{
    display: inline-block;
    font-weight: 700;
    padding-left: 22px;
    max-width: 420px;
}

.voucher .description h1{
    font-size: 20px;
}

.voucher .description h6{
    color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
}

.voucher .description p{
    font-size: 12px;
}

.vouchers-container{
    margin-left: 80px;
    margin-right: 80px;
    font-family: 'Open Sans', sans-serif !important;
}

.voucher-logo{
    display: inline-block;
    width: 125px;
    vertical-align: top;
}
.voucher-logo img{
    width: 100%;
}

.main-voucher{
    margin-bottom: 20px;
}

.main-voucher .voucher-logo{
    width: 100px;
}

.main-voucher .description{
    max-width: none !important;
}

.main-voucher .description h1{
    font-weight: 700;
    color: var(--main-color);
    margin-top: 20px;
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .vouchers-container{
        margin-left: 30px;
        margin-right: 30px;
    }
}

/*@media only screen and (max-width: 615px) {
    .voucher-logo{
        display: none;
    }
}*/

@media only screen and (max-width: 615px) {
    .voucher-logo{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .voucher-logo img{
        max-width: 150px;
    }

    .voucher .description {
        text-align: center !important;
        padding-left: 0;
        max-width: none;
        width: 100%;
    }

    .main-voucher{
        text-align: center;
        margin-bottom: 0;
    }

    .main-voucher .description h1 {
        padding-left: 0px;
    }

    .voucher-description{
        text-align: center;
    }

}

@media only screen and (max-width: 640px){
    .main-voucher .voucher-logo {
        display: none;
    }
}
