.equiteq.component-16a {
  position: relative;
  padding-block: 4rem;
  z-index: 1;
}
.equiteq.component-16a::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-16a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-16a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-16a .heading {
  color: #BFE846;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-align: center;
  text-transform: capitalize;
  margin-block-end: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-16a .heading {
    font-size: 48px;
    line-height: 56px;
    margin-block-end: 4rem;
  }
}
.equiteq.component-16a a.card {
  text-decoration: none;
  border: 2px solid #333F00;
}
.equiteq.component-16a .featured-image {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.equiteq.component-16a .name {
  color: #BFE846;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-block-end: 0.5rem;
}
.equiteq.component-16a .designation {
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-block-end: 0.5rem;
}
.equiteq.component-16a .read-bio {
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-block-end: 0.5rem;
}
.equiteq.component-16a .btn-view-more-container {
  text-align: center;
  margin-block-start: 3rem;
}
.equiteq.component-16a .btn-view-more-container .btn {
  border-radius: 2px;
  border: 1px solid #FFF;
  background-color: transparent;
}
.equiteq.component-16a .btn-view-more-container .btn.btn-view-more {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 0.7rem;
}
.equiteq.component-16a .hidden {
  display: none;
}

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