.equiteq.component-2c {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-2c::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-2c {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-2c::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-2c .left-content > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .equiteq.component-2c .left-content > img {
    display: none;
  }
}
.equiteq.component-2c .left-content {
  padding-block-end: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-2c .left-content {
    background-image: var(--eq-background-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    height: var(--eq-desktop-height);
    position: absolute;
    top: 4rem;
    left: 0;
    bottom: 0;
    z-index: -1;
    padding-block-end: 0;
  }
}
.equiteq.component-2c .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-block: 0;
}
@media (min-width: 992px) {
  .equiteq.component-2c .right-content {
    height: var(--eq-desktop-height);
    padding-block: 0;
  }
}
.equiteq.component-2c .right-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-2c .right-content .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-2c .right-content p {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
.equiteq.component-2c .right-content p:last-child {
  margin-block-end: 0;
}
@media (min-width: 992px) {
  .equiteq.component-2c .right-content p {
    font-size: 18px;
  }
}

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