.newsletter-container {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background-color: #453315;
}

.newsletter-container h1 {
    font-family: "Wulkan Display", Arial, sans-serif;
    margin: 0 0 10px 0;
    color: white;
    text-align: center;
}

.newsletter-container > div > div {
    font-family: "Wulkan Display", Arial, sans-serif;
    color: #818181;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.8rem;
}

.newsletter-container p {
    margin: 0;
}

.sc_emailer_content {
    position: relative;
    background-color: white;
    border-radius: 30px;
    width: 550px;
}

.sc_emailer_content > input {
    border: 1px solid white;
    border-radius: 30px;
    padding: 13px 30px;
    width: 340px;
}

.sc_emailer_content > input:focus,
.sc_emailer_content > input:focus-visible {
    outline: none;
}


.sc_emailer_content > button {
    position: absolute;
    right: 0;
    background-color: #e3c85a;
    border: 1px solid #e3c85a;
    padding: 13px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    transition: background-color ease-in-out 300ms;
}

.sc_emailer_content > button:after {
    font-family: "Font Awesome 6 Free";
    content: '\f054';
    font-weight: 600;
    margin-left: 15px;
}


.sc_emailer_content > button:hover {
    background-color: #C29D24;
    border: 1px solid #C29D24;
}

.sc_form_field_checkbox {
    margin-top: 10px;
    text-align: center;
    color: #767272;
}

.sc_form_field_checkbox input {
    margin-right: 5px;
}
