.featured-resource-block {
  padding: 4.8rem 0 0;
}
@media screen and (min-width: 992px) {
  .featured-resource-block {
    padding: 6.4rem 0 0;
  }
}
.featured-resource-block .category-title {
  color: white;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.featured-resource-block .resource-title {
  text-align: center;
}
.featured-resource-block .resource-title h1 {
  color: white;
  margin: 0;
}
.featured-resource-block .resource-title h1 br {
  display: none;
}
@media screen and (min-width: 992px) {
  .featured-resource-block .resource-title h1 br {
    display: block;
  }
}
.featured-resource-block figure {
  margin: -1rem -3.2rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .featured-resource-block figure {
    margin: -1rem 0 0 0;
  }
}

.featured-resource-block.impact-featured .category-title {
  color: #161616;
}
.featured-resource-block.impact-featured .category-title svg path {
  fill: #161616;
}/*# sourceMappingURL=style.css.map */