.equiteq.component-17b {
  position: relative;
  padding-block: 4rem;
  z-index: 1;
}
.equiteq.component-17b::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-17b {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-17b::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-17b .heading,
.equiteq.component-17b h2 {
  color: #4C5451;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-align: left;
  text-transform: capitalize;
  margin-block-end: 1rem;
}
@media (min-width: 992px) {
  .equiteq.component-17b .heading,
  .equiteq.component-17b h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-17b .image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equiteq.component-17b .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  margin-block-end: 3rem;
}
@media (min-width: 992px) {
  .equiteq.component-17b .image img {
    margin-block-end: 0;
  }
}
.equiteq.component-17b .content {
  color: #4C5451;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.equiteq.component-17b .content h4 {
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-block-start: 0.5rem;
}
.equiteq.component-17b .content strong {
  font-weight: 700;
}

/*# sourceMappingURL=component-17b.css.map */
