.contact-intro .contact-page-title + p {
  margin-top: 14px;
}

/* Keep mobile visual order aligned with the information-first document order.
   The frozen base stylesheet predates this contact-page correction. */
@media (max-width: 680px) {
  .contact-section .form-layout > .contact-intro,
  .contact-section .form-layout > .form-card {
    order: 0;
  }
}
