.wpcf7-spinner {
    display: none;
}

.news-letter-section {
    max-width: 790px;
    margin: 50px 0px;
    background-color: #37269F;
}

.newsletter-signup {
    display: flex;
    justify-content: space-between;
    padding: 35px, 0px, 35px, 0px;
}

.newletters-inputs form {
    display: flex;
}

.newletters-inputs input[type="email"] {
    max-width: 188px;
    height: 46px;
    border: none;
    padding: 0px 30px 0px 20px;
    font-size: 16px;
}


.newletters-inputs input[type="submit"] {
    background-color: #DF2C36;
    min-width: 97px;
    height: 46px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    border: none;
    margin-left: 19px;
    cursor: pointer
}

.newletters-inputs form p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsletter-form h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF
}

.newsletter-form p {
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 18px 0px 15px 0px
}

.newsletter-form .small {
    font-size: 13px;
    line-height: 21px;
    color: #C0B7F3;
}

.newletters-inputs .wpcf7-response-output {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .news-letter-section .wpcf7-form-control-wrap {
        width: 70%;
    }

    .newsletter-signup {
        flex-direction: column;
    }

    .news-letter-section {
        height: auto;
    }

    .newsletter-form {
        text-align: center
    }

    .newletters-inputs input[type="email"] {
        max-width: 100%;
        width: 80%;
    }

    .newletters-inputs input[type="submit"] {
        width: 30%;
    }

    .newletters-inputs form p {
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 1000px) {
    .newsletter-form h3 {
        max-width: 390px;
    }
}
