.equiteq.component-9b {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-9b::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-9b {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-9b::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-9b .section-title {
  color: var(--eq-section-title-color, #081901);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-block-end: 1.5rem;
}
.equiteq.component-9b .heading {
  color: var(--eq-heading-color, #081901);
  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-9b .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-9b .card-header > img {
  width: auto;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.equiteq.component-9b .card-title {
  color: var(--eq-card-title-color, #081901);
  text-align: left;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.equiteq.component-9b .card-body-text {
  color: var(--eq-card-body-color, #081901);
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-wrap: pretty;
  margin: 0;
}
.equiteq.component-9b .cta-group {
  display: flex;
  flex-direction: column;
  justify-content: var(--eq-justify-content, flex-start);
  gap: 1rem;
}
@media (min-width: 992px) {
  .equiteq.component-9b .cta-group {
    flex-direction: row;
  }
}
.equiteq.component-9b .cta-group .btn {
  color: var(--Text-Color-invert-text, #FFF);
  text-align: center;
  font-family: var(--Font-Family-DM-Sans, "DM Sans");
  font-size: var(--Font-Sizes-font-sm, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.equiteq.component-9b .cta-group .btn-lime {
  background-color: #BFE846;
  border: 1px solid #BFE846;
  color: #011C1A;
}
.equiteq.component-9b .cta-group .btn-bg-transparent {
  background-color: transparent;
  border: 1px solid #BFE846;
  color: #FFF;
}

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