.equiteq.component-3a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-3a::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-3a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-3a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-3a .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-3a .heading {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-align: center;
  margin-block-end: 4rem;
}
@media (min-width: 992px) {
  .equiteq.component-3a .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-3a .stats {
  justify-content: center;
}
.equiteq.component-3a .stats .stat-title {
  color: #BFE846;
  text-align: center;
  font-family: "Test Signifier", Helvetica, sans-serif;
  font-size: 48px;
  line-height: 40px;
  font-weight: 400;
  margin-block-end: 1rem;
}
@media (min-width: 992px) {
  .equiteq.component-3a .stats .stat-title {
    font-size: 64px;
    line-height: 56px;
  }
}
.equiteq.component-3a .stats .stat-description {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

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