.lp-hero__content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.lp-hero__content-wrapper img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lp-hero__content-wrapper h1 {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  color: white;
  z-index: 2;
  display: block;
  position: absolute;
  font-size: clamp(16px, 2vw, 72px);
  top: 50%;
  left: 0;
  right: 0;
}
