.equiteq.component-1b {
  position: relative;
}
.equiteq.component-1b .stage {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equiteq.component-1b .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-image: var(--eq-background-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-1b .stage {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-1b .stage::before {
    background-position: 0 0;
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-1b .stage .section-title {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-block-end: 1.5rem;
}
.equiteq.component-1b .stage .heading {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-block-end: 2.5rem;
  text-wrap: pretty;
  text-align: center;
}
@media (min-width: 992px) {
  .equiteq.component-1b .stage .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-1b .stage .subheading {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-wrap: pretty;
  margin-block-end: 2.5rem;
}

/*# sourceMappingURL=component-1b.css.map */
