/* ==========================================================================
   CHS-MATH PROGRAMS PAGE
   ========================================================================== */
.plugin-hero__caption p {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .plugin-hero--floating-caption .plugin-hero__caption {
    width: 75%;
  }
}
/* Deploy grid at 768px instead of 1024 px */
@media (min-width: 768px) {
  .cwf-grid.programs {
    --cwf-grid--grid-template-columns: repeat(
      auto-fit,
      minmax(var(--cwf-grid__column--min-width), 1fr)
    );
  }
}



