/* TODO: Move this file contents to SCSS when we have the setup available */
.hero .intro h1 {
  background: url(assets/images/slash-white.svg) no-repeat left bottom;
  background-size: auto 100%;
  padding-left: 40px;
  color: #fff;
  font-size: 2rem;
}

@media all and (min-width: 65em) {
  .wp-block-image:has(figure.aligncenter) {
    padding-left: 10%;
    padding-right: 30%;
  }
}

figure.is-layout-flex.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
