.awt-email-signup-section .email-signup-wrapper {
    background: #A26A42;
    padding: 30px 30px;
    border-radius: 10px;
}
.awt-email-signup-section .email-signup-content-wrapper h4 {
    color: #fff;
    font-size: 32px;
    font-family: raleway;
    line-height: 37px;
    margin-top:0;
}
.awt-email-signup-section .email-signup-content-wrapper p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color:#fff;
    margin-bottom:0;
}
.awt-email-signup-section .email-signup-form-container {
    display: flex;
    justify-content: end;
}
.awt-email-signup-section .signup-button {
    border-color: #fff;
    background-color: #fff;
    color: #A26A42;
    padding: 10px 14px;
}
.awt-email-signup-section .mc4wp-form-fields {
    display: flex;
}
.awt-email-signup-section .mc4wp-form-fields input[type="email"] {
    color: #fff !important;
    border: 1px solid #c59471 !important;
    border-radius: 3px 0px 0px 3px;
    padding: 16px 90px;
    background: #B18261 !important;
}
.awt-email-signup-section .mc4wp-form-fields input[type="email"]::placeholder{
   color: #fff;
   text-align: left;
}
.awt-email-signup-section .mc4wp-form-fields input[type="submit"] {
    border: 1px solid;
    border-color: #ffffff;
    background: #ffffff;
    color: #000;
    line-height: 1.6;
    padding: 16px;
    transition: .6s;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 400;
    margin-left: -8px;
}

@media(max-width: 1200px) {
    .awt-email-signup-section .mc4wp-form-fields input[type="email"]{
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media(max-width: 991px) {
    .awt-email-signup-section .email-signup-content-wrapper h4{
        text-align: center;
    }
    .awt-email-signup-section .email-signup-content-wrapper p{
        text-align: center;
    }
    .awt-email-signup-section .email-signup-form-container{
        justify-content: center;
    }
}

