.hero {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: var(--wp--preset--color--primary);
  padding: 0 1.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 28.125rem;
  min-height: 28.125rem;
}
.hero .container {
  width: 100%;
}
.hero h1 {
  color: var(--wp--preset--color--base);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.hero h1.title-medium {
  font-size: 2.5rem;
}
.hero h1.title-small {
  font-size: 2rem;
}
.hero .back-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--wp--preset--color--base);
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}


.editor-styles-wrapper .hero {
  position: relative !important;
}/*# sourceMappingURL=block.css.map */