.newsletter{padding-left: 20px;}

.newsletter form{
display: flex
;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 5px 5px 5px 15px;
    align-items: center;
    justify-content: space-between;}

.newsletter .form-group{    display: flex
;
    align-items: center;
    margin-bottom: 0;
}


.newsletter .form-group input{

    background: transparent;
    border: none;
    outline: none;
    color: #312E2E;
    font-family:  "Instrument Sans", sans-serif;
    font-size: 16px;width:100%;}


.newsletter .form-group input::placeholder{  color: #312E2E;
    font-family:  "Instrument Sans", sans-serif;
    font-size: 16px;}


.newsletter .submit{
display: flex;}


.newsletter .submit button{    padding: 0;
    background: none;
    border: none;
    cursor: pointer;}


