.newsletter-form__field-wrapper{max-width: 303px;position:relative;}
.newsletter-form__field-wrapper input{width: 100%;background: transparent;border: 0;border-bottom: 1px solid #fff;padding:6px 65px 6px 0;color:#fff;}
.newsletter-form__field-wrapper input::placeholder{font-size: 14px;line-height: 22px;color: #E9E9E9;font-family:'Hind', sans-serif;}
.newsletter-form__field-wrapper button{font-weight: 500;font-family:'Hind', sans-serif;color:#fff;font-size: 14px;line-height: 22px;text-decoration-line: underline;position:absolute;right:0;bottom:0;}

@media (max-width: 575px){
  .newsletter-form__field-wrapper{max-width:100%;}
  .newsletter-form__field-wrapper input:first-child{margin-bottom:8px;}
  .newsletter-form__field-wrapper input{background: #fff;padding: 11px 15px 10px;font-size: 14px;line-height: 22px;color: #DBC0BF;}
  .newsletter-form__field-wrapper input::placeholder{font-size: 14px;line-height: 22px;color: #DBC0BF;}
  .footer_newsletter_email{position:relative;}
  .newsletter-form__field-wrapper button{top: 50%;transform: translateY(-50%);text-decoration-line: none;color: #DBC0BF;bottom: auto;right:15px;}
  .footer_newsletter_email input{padding:11px 80px 10px 15px;}
}