.rotating-word {
  display: block;
  min-width: 0;
  min-height: 1em;
  white-space: nowrap;
  font-size: .9em;
}

.contact h2 {
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}

@media (max-width: 480px) {
  .rotating-word {
    font-size: .82em;
  }
}
