.spacer-block {
  padding: 2rem 4rem;
  min-height: 300px;
  color: #FBFBF7;
  max-width: 100%;
  margin: 0;
  bottom: 0;
  background-color: #B0302C;
}
.spacer-block .bg {
  z-index: 0;
  mix-blend-mode: hard-light;
}
.spacer-block:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(176, 48, 44, 0.85);
  z-index: 1;
  content: "";
}/*# sourceMappingURL=style.css.map */