/* ==========================================================================
    PRECEPTORS PAGE CSS
   ========================================================================== */
.gold-bord-card h2:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
    margin: .5rem auto 1.5rem;
    content: '\f059';
}
.gold-bord-card h2 {
    text-align: center;
}
.black-card {
    margin-top: 2rem;
}
.black-card p:first-of-type:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-gold);
    margin-right: .25rem;
    content: '\f091';
}
