.form__success {
  display: none;
}

/* Contact form success message: match the sizing of .text__section content */
.form__success--block {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .form__success--block {
    font-size: 1.6rem;
  }
}
