.newsletter_section{
    padding: 3.5% 0% 3.5% 0%;
    background-position: center;
    background-size: cover;
}

.newsletter_section h3{
    color: #fafafa;
    font-family: "Cormorant Upright",serif;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 1.15em;
    letter-spacing: .05em;
    font-weight: 500;
    margin: 25px 0 0 0;
    word-wrap: break-word;
}

.newsletter_section p{
    color: #fff;
    margin: 10px 0;
}

.newsletter_section input{
    border: 1px solid #b3b3b3;
    color: #b0b5b8;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 60px;
    padding: 12px 21px;
    font-family: inherit;
    font-size: 13px;
    line-height: 24px;
    font-weight: inherit;
    background-color: transparent;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    margin-right: 9px;
}

.newsletter_section button{
    color: white;
    background-color: rgb(191, 168, 136);
    border: 1px solid  rgb(191, 168, 136);
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
    padding: 14.5px 51px 14.5px 56px;
    line-height: 2em;
    letter-spacing: .25em;
    text-decoration: none;
    margin: 0;
    font-family: Inconsolata,monospace;
    font-size: 15px;
    &:hover{
        background-color: rgb(153, 131, 99);
        border: 1px solid  rgb(153, 131, 99);
    }
}

.newsletter_form{
    margin: 22px 0px 0px 0px;
    padding: 0% 0% 0% 5%;
    width: 60%;
}

#forminator-module-390 {
    display: flex !important;
    align-items: center;
    width: 100%;
}

.newsletter_section .forminator-row {
    width: 70%;
}

.newsletter_form .forminator-row-last{
    width: 20%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width:992px){

    .newsletter_content{
        flex-direction: column;
    }

    .newsletter_form{
        width: 100%;
        padding: 0;
    }

}

@media (max-width:576px) {
    
    .newsletter_form{
        flex-direction: column;
    }

    .newsletter_section input{
        margin: 0 0 10px 0;
    }
    
}

@media (max-width: 768px){
    .newsletter_section{
        padding: 21% 0% 24% 0%;
    }
}