/* Ajuste aprovado em Toronto, aplicado somente ao mobile horizontal do Brasil. */
@media (orientation: landscape) and (height <= 600px) and (width <= 1200px) {
  .audience-intro-copy {
    transform: translateY(-0.5cm);
  }

  .audience-intro-copy h2 {
    max-width: 100%;
    font-size: clamp(28px, 8.4vh, 42px);
    line-height: 0.86;
    letter-spacing: -0.078em;
    position: relative;
    left: -3mm;
    top: -2mm;
  }

  .audience-mark-image {
    width: 118%;
    top: 60%;
  }
}
