.equiteq.component-7a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-7a::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-7a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-7a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-7a .section-title {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-block-end: 1.5rem;
}
.equiteq.component-7a .thumbnail {
  margin-block-end: 1rem;
}
.equiteq.component-7a .category {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.equiteq.component-7a .category i,
.equiteq.component-7a .category em {
  color: #BFE846;
}
.equiteq.component-7a .category i a,
.equiteq.component-7a .category em a {
  text-decoration: none;
}
.equiteq.component-7a .heading {
  color: #fff;
  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-7a .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-7a h3 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  text-wrap: pretty;
}
.equiteq.component-7a p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.equiteq.component-7a p.published-date {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.5;
}
.equiteq.component-7a .read-more {
  color: #011C1A;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 2px;
  background: #BFE846;
  padding: 0.7rem;
}
.equiteq.component-7a .divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 3rem;
}

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