@media (max-width: 600px) {
  h1,
  .section h2,
  .eyebrow,
  .section-index,
  .audience-subtitle {
    overflow-wrap: anywhere;
  }

  h1,
  .audience-hero h1,
  .collection-heading h1 {
    font-size: clamp(2.75rem, 12.5vw, 4rem);
  }
}

@media (max-width: 640px) {
  .header-phone {
    max-width: 145px;
    overflow-wrap: anywhere;
  }

  .pazlyk-page .eyebrow {
    line-height: 1.6;
  }
}
