.schedule-page{grid-template-rows:auto auto minmax(0,1fr) auto auto auto}
.masthead{display:grid;grid-template-columns:minmax(230px,1fr) minmax(420px,2fr) auto;align-items:center;gap:24px}
.masthead .hero{display:grid;grid-template-columns:minmax(175px,.8fr) minmax(260px,1.6fr);gap:20px;align-items:center;padding:0;border:0;text-align:left}
.masthead .hero h1{font-size:26px}
.masthead .hero-note{font-size:11px}
.masthead .eyebrow{margin-bottom:3px}

@media(max-width:800px){
  .schedule-page{grid-template-rows:auto auto minmax(0,1fr) auto auto auto}
  .masthead{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .masthead .hero{grid-column:1/-1;grid-template-columns:1fr;gap:4px;padding:7px 0 0;text-align:left}
  .masthead .hero h1{font-size:24px}
  .masthead .hero-note{font-size:10px}
}
