.hero-wave {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/v3/hero-wave.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  z-index: 0;
}
