/* ==========================================================================
    INOVA PAGE CSS
   ========================================================================== */
.gold-bord-card h2:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f059";
    color: var(--vcu-rust);
    margin-right: .25rem;
}
.learn {
    margin-top: 2rem;
}
.black-card h2:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0c1";
    margin-right: .25rem;
    color: var(--vcu-gold);
    font-weight: 900;
}


