/* ==========================================================================
    ALUMNI AND DONORS PAGE CSS
   ========================================================================== */
/* Dean Quote */
.dean {
    margin-top: 2rem;
}
/* Ways to Give */
.ways {
    margin-top: 2rem;
}
.ways h4 {
    text-align: center;
}
.ways h4:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-black);
    display: block;
    font-size: 3rem;
    margin-bottom: .5rem;
}
.annual h4:before {
    content: "\f274";
}
.emer h4:before {
    content: "\f53d";
}
.schol h4:before {
    content: "\f19d";
}
.comm h4:before {
    content: "\e4f6";
}
.prof h4:before {
    content: "\f51c";
}
.research h4:before {
    content: "\f610";
}

