/* About us page */
.about-hero { background-blend-mode: multiply; }
.about-hero__title { font-size: 4vw; color: var(--white); text-align: left; }
.about-hero__divider { transform: scale(-1, 1); }   /* Divi flips this page's curve divider horizontally */
@media (max-width: 767px) {
  .about-hero__title { font-size: 6vw; }
}
/* Workaround for a shared-footer issue (reported): the inline-block social links sit on the baseline under a
   27px block SVG, making the list 35px tall instead of the live 27px, so the phone footer is 8px too tall. */
