@container main (max-width: 47.9375rem) {
  .contact-hero .contact-hero-content {
    margin-bottom: 2.5rem;
  }
}
.contact-hero .title {
  font: var(--eyebrow-font);
  color: var(--form);
}
.contact-hero .contact-info-wrapper {
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}