/* ==========================================================================
    RESEARCH PAGE CSS
========================================================================== */

/* Cards in a Grid */

.research {
    margin-top: 2rem;
}
.research h2 {
    text-align: center;
}
.research h2:before {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-rust);
    display: block;
    font-size: 3rem;
    margin: 1rem auto 2rem;
}
.research__focus h2:before {
    content: "\f610";
}
.research__pubs h2:before {
    content: "\f7e6";
}
