/* ==========================================================================
    STUDENTS PAGE CSS
========================================================================== */
.cwf-grid.students {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .cwf-grid.students {
    	--cwf-grid--grid-template-columns: repeat(auto-fit,minmax(var(--cwf-grid__column--min-width),1fr));
    }
}
.students h2 {
    text-align: center;
    text-wrap: balance;
    line-height: 1.5;
}
.students h2:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
}
.current h2:before {
    content: "\f549";
}
.alumni h2:before {
    content: "\f501";
}
.pdh h2:before {
    content: "\f812";
}