.hero-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-wrapper .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-wrapper .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wrapper .hero-content {
  position: relative;
  z-index: 2;

  max-width: 1320px;
  margin: 0 auto;
  padding: 250px 20px;

  text-align: left;
}

.hero-wrapper .hero-title {
  margin: 0 0 10px 0;
  font-weight: 600 !important;
  color: #fff !important;
  max-width: 891px;
}

.hero-wrapper .hero-subtitle {
  margin: 0;
  font-style: italic;
  font-weight: 600 !important;
  color: #fff !important;
}
