/* ==========================================================================
   CURRENT STUDENTS PAGE
   ========================================================================== */
.current {
    margin: 2rem auto;
}
.current p:first-of-type,
.current h2 {
    text-align: center;
}
/* Deploy grid at 768px instead of 1024px */
@media (min-width: 768px) {
    .cwf-grid.current {
      --cwf-grid--grid-template-columns: repeat(
        auto-fit,
        minmax(var(--cwf-grid__column--min-width), 1fr)
      );
    }
  }
