/* Keep the FIRST 3 MONTHS statement on its intended two-line rhythm. */
@media (min-width: 761px) {
  .timeline > .section-heading-row {
    grid-template-columns: minmax(160px, .3fr) minmax(0, 1.7fr);
  }

  .timeline > .section-heading-row .section-heading-main {
    width: max-content;
    min-width: 0;
    justify-self: end;
    margin-right: clamp(24px, 3vw, 48px);
  }

  #timeline-title {
    max-width: none;
    white-space: nowrap;
  }
}
