/* VOUCHER */
.voucher__title{
    margin-top: -40px;
}

.alert__voucher{
    width: 450px;
}

.voucher__section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.voucher__input{
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    height: 60px;
    color: #8B8B92;
    font-size: 14px;
    outline: none;
    background-color: #2B2B3A;
    border: 2px solid #3C3C4F;
    border-radius: 15px;
    width: 500px;
    text-align: center;
    margin-bottom: 20px;
}

.voucher__input:nth-child(2){
    margin-bottom: 40px;
}

@media only screen and (max-width: 1100px) {
    .alert__voucher{
        width: 93%;
    }

    .voucher__input{
        width: 110%;
    }
}