#budsa-newsletter .js-form-item.form-item label {
    font-family: "Bud Bold", Oswald, Impact, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}
#budsa-newsletter .js-form-item.form-item input {
    font-family: "Bebas Neue", Oswald, Impact, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.055em;
    max-width: 60%;
    border: 1px solid #000000;
}
#budsa-newsletter .js-form-item.form-item label.option {
    font-family: "Bebas Neue", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.06em;
}
#budsa-newsletter .webform-button--submit, .webform-button--submit:hover {
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.1em;
    justify-content: center;
    min-width: 310px;
    height: 37px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#budsa-newsletter .webform-button--submit:hover {
    background-color: #860419;
    color: white;
}
@media only screen and (max-width: 1198px){
    #budsa-newsletter .js-form-item.form-item input {
        max-width: 100%;
    }
    #budsa-newsletter .webform-button--submit, .webform-button--submit:hover {
        margin: auto;
    }
    #budsa-newsletter .coh-style-primary-button-large---dark, .coh-style-primary-button-large {
        min-width: 247px;
    }
}