.equiteq.component-14a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-14a::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-14a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-14a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-14a .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
}
@media (min-width: 992px) {
  .equiteq.component-14a .heading {
    font-size: 48px;
    line-height: 56px;
    margin-block-end: 4rem;
  }
}
.equiteq.component-14a .content {
  padding-block: 1rem;
  border-block-start: 1px solid rgba(1, 31, 49, 0.4);
}
.equiteq.component-14a .content h3 {
  color: #4C5451;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.equiteq.component-14a .content .tagline {
  color: #4C5451;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.equiteq.component-14a .content .description {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

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