.block--hero {
  --bs-heading-color: currentColor;
  text-align: center;
  margin-bottom: 2rem;
}
.block--hero.bg-primary, .block--hero.bg-primary-dark {
  color: #fff;
}
.block--hero.bs-text-center {
  text-align: center;
}
.block--hero.bs-text-left {
  text-align: left;
}
.block--hero.bs-text-left .hero__container {
  margin-inline: 0;
}
.block--hero.bs-text-right {
  text-align: right;
}
.block--hero.bs-text-right .hero__container {
  margin-inline: 0;
}
.block--hero.bs-text-justify {
  text-align: justify;
}
