#newsletter_3 {
    background-color: #dff0fa;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px !important;
}

@media screen and (max-width: 992px) {

}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 375px) {

}
.newsletter .fields {

}
.newsletter p {
    line-height: 26px; 
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
}
.newsletter input {
    border: none;
    padding: 20px
}
.newsletter input[type="email"] {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.newsletter input[type="submit"] {
    color:var(--footer-text-color);
    background: var(--footer-bg-color);
    transition: .3s;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.newsletter input[type="submit"]:hover {
    color: var(--footer-bg-color);
    background: var(--footer-text-color);
    transition: .3s;
}