.newsletter-signup {
  background-color: #eee;
}

.newsletter-signup__form {
  margin: 0 auto;
  text-align: center;
  max-width: 1280px;
  padding: 20px;
}

.newsletter-signup__intro h4 {
  display: none;
}
.newsletter-signup__intro p {
  color: #fff;
  text-align: justify;
}

.newsletter-signup__text,
.newsletter-signup__email {
  padding: 10px;
}

.newsletter-signup__submit {
  color: #fff;
}
