.featured-image-cover {
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-image-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7294117647);
  position: absolute;
  left: 0;
  top: 0;
}
.featured-image-cover h2 {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .featured-image-cover {
    height: 200px;
  }
  .featured-image-cover h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}

/*# sourceMappingURL=block.css.map */
