.hero-banner-title .elementor-heading-title {
  font-weight: 300;
  position: relative;
  z-index: 1;
}

.hero-banner-title .elementor-heading-title::before {
  content: "";
  position: absolute;
  inset: -40px;
  bottom: -50px;
  background: url("../images/hero-banner-title-bg.webp") no-repeat
    center/contain;
  z-index: -1;
}
