.voucher-form-container input {
    width: 330px;
    padding: 15px;
    border: none;
    border-radius: 15px;
    margin: 10px 0;
    font-size: 18px;
    font-family: serif;
    color: #5C2C06;
    background-color: hsl(34, 65%, 87%);
    text-align: left;
}

.voucher-form-container button {
    width: 330px;
    padding: 15px;
    border: none;
    border-radius: 15px;
    background-color: #F28C28;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

@media (min-width: 480px) {

    .voucher-form-container input {
        width: 100%;
    }

    .voucher-form-container button {
        width: 100%;
    }


}