.equiteq.component-6b {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-6b::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-6b {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-6b::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-6b .heading {
  color: #081901;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  margin-block-end: 4rem;
}
@media (min-width: 992px) {
  .equiteq.component-6b .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-6b .view-all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.equiteq.component-6b .view-all a {
  text-decoration: none;
}
.equiteq.component-6b .card {
  text-decoration: none;
}
.equiteq.component-6b .card:hover .link-title svg {
  transform: translateX(4px);
}
.equiteq.component-6b .card-title {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.equiteq.component-6b .card-text {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  opacity: 0.5;
}
.equiteq.component-6b .link-title {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: var(--Font-Sizes-font-sm, 16px);
  font-weight: 500;
  line-height: 100%;
}
.equiteq.component-6b .link-title svg {
  transition: transform 0.3s ease;
}

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