.equiteq.component-2a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-2a::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-2a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-2a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-2a .left-content .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-block-end: 2.5rem;
  text-wrap: pretty;
}
@media (min-width: 992px) {
  .equiteq.component-2a .left-content .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-2a .left-content p {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .equiteq.component-2a .left-content p {
    font-size: 18px;
  }
}
.equiteq.component-2a .right-content {
  display: flex;
  justify-content: flex-end;
}

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