/* ==========================================================================
   CHS-BIOLOGY CURRENT STUDENTS PAGE
   ========================================================================== */
/* Deploy grids at 768px instead of 1024px */
@media (min-width: 768px) {
    .cwf-grid.popular {
      --cwf-grid--grid-template-columns: repeat(
        auto-fit,
        minmax(var(--cwf-grid__column--min-width), 1fr)
      );
    }
  }





