.acf-block-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 4rem 2rem;
  background-color: #1a1a2e;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.acf-block-hero__content {
  max-width: 800px;
  text-align: center;
}
.acf-block-hero__heading {
  margin: 0 0 1rem;
  font-size: 2.5rem;
}
.acf-block-hero__text {
  margin: 0;
  font-size: 1.25rem;
  opacity: 0.9;
}

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