.edenhub-banner {
  position: relative;
}

.banner-filter {
  background: linear-gradient(
    248.51deg,
    rgba(0, 0, 0, 0.76) 49.39%,
    rgba(0, 0, 0, 0) 95.63%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  inset: 0;
}

.edenhub-banner .hero-container {
  min-height: calc(
    var(--doc-height, 100vh) - var(--menu-height, 100px) -
      var(--drupal-displace-offset-top, 0px)
  );
  position: relative;
  display: grid;
  justify-content: center;
}

.banner-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.edenhub-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.banner-top {
  position: relative;
  margin-top: calc(0.15 * var(--doc-height));
  z-index: 1;
  color: #ffffff;
}

.edenhub-banner h1 {
  overflow: hidden;
  width: 100%;
  max-width: 45rem;
  margin-bottom: 1.25rem;
}

.banner-subtitle {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.banner-bottom {
  box-shadow: 0px 4px 114px rgb(0 0 0 / 9%);
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner-bottom h2 {
  margin-bottom: 1.5rem;
}

.banner-bottom .intro-text {
  margin-bottom: 1.5rem;
}

@media (min-width: 75em) {
  .edenhub-banner {
    padding-bottom: 20rem;
    position: relative;
  }

  .banner-bottom.center {
    position: absolute;
    padding: 80px 65px 60px 0;
    width: calc(0.6 * var(--doc-width, 100vh));
    bottom: 4.5rem;
    padding-left: calc((var(--doc-width, 100vh) - 73rem) / 2);
  }

  .banner-bottom h2 {
    margin-bottom: 2rem;
  }

  .banner-bottom .banner-bottom-subtitle {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-width: 60%;
  }
}
