/* ==========================================================================
    RESOURCES PAGE CSS
========================================================================== */
.cwf-grid.resources {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cwf-grid.resources {
    --cwf-grid--grid-template-columns: repeat(
      auto-fit,
      minmax(var(--cwf-grid__column--min-width), 1fr)
    );
  }
}
.resources h2 {
  text-align: center;
  text-wrap: balance;
  line-height: 1.5;
}
.resources h2:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--vcu-rust);
  display: block;
  font-size: 3rem;
}
.podcast h2:before {
  content: "\f2ce";
}
.guide h2:before {
  content: "\f558";
}
.record h2:before {
  content: "\f008";
}