.equiteq.component-23a {
  position: relative;
}
.equiteq.component-23a .stage {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: var(--eq-justify-content, center);
}
.equiteq.component-23a .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-23a .stage {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-23a .stage::before {
    background-position: center;
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-23a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--eq-background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-23a {
    height: 100%;
  }
  .equiteq.component-23a::before {
    height: 100%;
  }
}
.equiteq.component-23a .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-align: center;
  text-transform: capitalize;
  margin-block-end: 2rem;
  margin-block-start: 4rem;
}
@media (min-width: 992px) {
  .equiteq.component-23a .heading {
    font-size: 48px;
    line-height: 56px;
    margin-block-end: 4rem;
  }
}
.equiteq.component-23a p {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.equiteq.component-23a a {
  color: #333F00;
}
.equiteq.component-23a .content {
  margin-block-end: 4rem;
  max-width: 800px;
  margin-inline: auto;
}

/*# sourceMappingURL=component-23a.css.map */
