/* ==========================================================================
    FACILITIES PAGE CSS
========================================================================== */

/* Facilities Grid */

.facil {
  margin-top: 1.5rem;
}
.facil p {
    text-align: center;
    line-height: 1.5;
}
.facil p:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
}
.biological p:before {
    content: "\f471";
}
.biophysical p:before {
    content: "\f610";
}
.chemical p:before {
    content: "\f0c3";
}
.computational p:before {
    content: "\f5d2";
}
.drug p:before {
    content: "\e4f3";
}
.pk p:before {
    content: "\f7fa";
}
.protein p:before {
    content: "\e597";
}
.proteomics p:before {
    content: "\f02c";
}
.structural p:before {
    content: "\f492";
}
.structural p:first-of-type::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: .25em;
    color: var(--vcu-gold);
}
@media (min-width: 768px) {
  .cwf-grid.cwf-grid--3-columns.facil {
    grid-template-columns: repeat(3, 1fr);
  }
}
