/* Keep each contact headline phrase intact; never split a word between lines. */
#contact.contact h2 {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
  font-size: clamp(58px, 10.5vw, 158px) !important;
  line-height: .82 !important;
  overflow: visible;
  text-wrap: nowrap;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
#contact.contact h2 > span,
#contact.contact h2 > em {
  display: block;
  width: 100%;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none;
}
html[lang="es"] #contact.contact h2,
html[lang="it"] #contact.contact h2 {
  font-size: clamp(48px, 8.5vw, 132px) !important;
}
html[lang="ja"] #contact.contact h2 {
  font-size: clamp(42px, 8vw, 118px) !important;
  line-height: 1 !important;
}
@media (max-width: 620px) {
  #contact.contact h2 {
    font-size: clamp(42px, 13vw, 72px) !important;
    line-height: .88 !important;
  }
  html[lang="es"] #contact.contact h2,
  html[lang="it"] #contact.contact h2 {
    font-size: clamp(36px, 10.5vw, 58px) !important;
  }
}
