.block-hero-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-hero-slide.is-vertically-aligned-top {
  justify-content: flex-start;
}
.block-hero-slide.is-vertically-aligned-center {
  justify-content: center;
}
.block-hero-slide.is-vertically-aligned-bottom {
  justify-content: flex-end;
}
.block-hero-slide .wp-block-heading {
  margin-block-end: 0 !important;
}
.block-hero-slide h1 {
  font-size: 8.8rem;
  line-height: 1;
}
.block-hero-slide .wp-block-columns {
  justify-content: center;
}
.block-hero-slide .wp-block-separator {
  display: block;
  height: 2px;
  width: 160px;
  margin-inline: auto;
}
.block-hero-slide .wp-block-image {
  max-width: 420px;
}

/*# sourceMappingURL=block-hero-slide.css.map */
