/* ==========================================================================
   COMMUNITY ENGAGEMENT PAGE CSS
========================================================================== */
.cbppr {
    margin-bottom: 2rem;
}
.plugin-card--gray p:first-of-type:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    margin: 1rem auto 2rem;
    font-size: 3rem;
    content: "\f559";
    text-align: center;
}
.gold-bord-card h3:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #333;
    display: block;
    margin: 0 auto 1rem;
    font-size: 3rem;
    text-align: center;
}
.clinical h3:before {
    content: "\f7f2";
}
.schol h3:before {
    content: "\f7e6";
}
.gold-bord-card h3 {
    text-align: center;
}


