/* ==========================================================================
   DEPARTMENT OF PHARMACEUTICS PAGE CSS
========================================================================== */
@media (min-width: 768px) {
    .social .plugin-card__body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}
.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";
}