@media (max-width: 680px) {
  .reading-header h1.reading-title--long {
    font-size: clamp(2.75rem, 13vw, 5.5rem);
  }
}
