.equiteq.component-15a {
  color: var(--eq-text-color);
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-15a::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-15a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-15a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-15a .heading {
  color: var(--eq-heading-color);
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  margin-block-end: 1.5rem;
}
@media (min-width: 992px) {
  .equiteq.component-15a .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-15a .lead {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-block-end: 1.5rem;
}
.equiteq.component-15a p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .equiteq.component-15a p {
    max-width: 796px;
  }
}
.equiteq.component-15a .btn {
  --bs-btn-font-family: "IBM Plex Sans", sans-serif;
  --bs-btn-border-radius: 2px;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-line-height: 100%;
  --bs-btn-font-weight: 500;
}
.equiteq.component-15a .btn-light {
  --bs-btn-color: var(--eq-btn-color);
  --bs-btn-bg: var(--eq-btn-bg);
  --bs-btn-border-color: var(--eq-btn-color);
}

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