#newsletter-signup {
  padding: 30px 0px;
}
.full-width #newsletter-signup .secondary-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
/* Content Pattern */
.full-width #newsletter-signup .secondary-tools-heading {
  margin-right: 20px;
  line-height: 50px;
}
#newsletter-signup .secondary-tools form {
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 570px) {
  #newsletter-signup .secondary-tools-heading {
    line-height: 22px;
  }
  #newsletter-signup .secondary-tools form input {
    max-width: 200px;
  }
}