/* ==========================================================================
   DEPARTMENT OF PHARMACOTHERAPY AND OUTCOMES SCIENCE PAGE CSS
========================================================================== */
.who h3 {
    text-align: center;
}
.who h3:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #333;
    display: block;
    font-size: 3rem;
}
.facstaff h3:before {
    content: "\e53d";
}
.students h3:before {
    content: "\f0c0";
}
.alumni h3:before {
    content: "\f19d";
}
