/* Dates landing: a more compact FAQ heading leaves room for a contextual
   photograph, matching the editorial FAQ treatment used across the site. */
.tsf-dates .tsf-faq h2 {
  font-size: clamp(39px, 3.3vw, 52px);
  letter-spacing: -.045em;
  line-height: .94;
}

.tsf-dates .tsf-faq-photo img {
  object-position: center 45%;
}

@media (max-width: 767px) {
  .tsf-dates .tsf-faq h2 {
    font-size: clamp(38px, 11vw, 46px);
  }
}
