/* Contact us page */
.contact-hero { background-blend-mode: multiply; }
.contact-hero .divider { transform: scale(-1, 1); }   /* Divi mirrors the curve: thick end on the right */
.contact-hero__title { font-size: 4vw; color: var(--white); }
.contact-logo { max-width: 100px; }
@media (max-width: 767px) {
  .contact-hero__title { font-size: 7vw; }
  .contact-logo { align-self: center; }
  .page-contact-us .icon-list__text { font-size: 13px; }
}
/* the live header is 84px tall on this page (83px elsewhere), so the content starts 1px lower */
@media (min-width: 981px) { .page-contact-us main { padding-top: 84px; } }
