/* ==========================================================================
   VCU PHARMACY PREVIEW DAY PAGE CSS
   ========================================================================== */
.gold-bord-card h2:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f059";
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
    margin: 0 auto 1.5rem;
}
.gold-bord-card h2 {
    text-align: center;
}