/* ==========================================================================
   OFFICES PAGE CSS
   ========================================================================== */
p.h3 {
    text-align: center;
}
p.h3::before {
    font-family: "Font Awesome 6 Free";
    color: var(--vcu-rust);
    font-weight: 900;
    display: block;
    font-size: 2rem;
}
.acaffairs p.h3::before {
    content: "\f02d";
}
.aass p.h3::before {
    content: "\f018";
}
.build p.h3::before {
    content: "\f1ad";
}
.alum p.h3::before {
    content: "\f501";
}
.edassess p.h3::before {
    content: "\f549";
}
.exped p.h3::before {
    content: "\f5a7";
}
.finance p.h3::before {
    content: "\f53d";
}
.hr p.h3::before {
    content: "\f0c0";
}
.research p.h3::before {
    content: "\f610";
}
.comm p.h3::before {
    content: "\f086";
}
.tech p.h3::before {
    content: "\f390";
}
.medchem p.h3::before {
    content: "\f492";
}
.pharma p.h3::before {
    content: "\e4f3";
}
.dpos p.h3::before {
    content: "\f0f1";
}
.inova p.h3::before {
  	content: "\f7c0";
}
