.hero-w-cta {
  padding-top: clamp(160px, 10.6770833333vw, 205px);
  position: relative;
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.hero-w-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      208.6% 86.54% at 50% 0%,
      rgba(0, 0, 0, 0) 44.92%,
      #000 97.34%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 29.32%),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);

  /* url(<path-to-image>) lightgray -374.01px -149.442px / 376.497% 70.224%
      no-repeat; */
  background-blend-mode: multiply, normal, multiply, normal;
}
.hero-w-cta-content {
  padding-bottom: clamp(80px, 14.84375vw, 285px);
}
.hero-w-cta-content {
  text-align: center;
  position: relative;
  z-index: 9;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.hero-w-cta-content h1,
.hero-w-cta-content p,
.hero-w-cta-cta p,
.hero-w-cta-cta-left a {
  color: white;
}

.hero-w-cta-cta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 40px;
}
.hero-w-cta-cta-left {
  width: calc(55% - 20px);
}
.hero-w-cta-cta-right {
  width: calc(45% - 20px);
}
.hero-w-cta-cta-right img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-w-cta-cta {
    flex-direction: column-reverse;
  }
  .hero-w-cta-cta-left,
  .hero-w-cta-cta-right {
    width: 100%;
  }
}
