.equiteq.component-5a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-5a::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-5a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-5a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-5a .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-5a .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-5a .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-5a blockquote {
  border: none;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.equiteq.component-5a .author-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-block-end: 1.5rem;
}
.equiteq.component-5a .company-logo img {
  height: 80px;
  width: 80px;
  object-fit: contain;
  border-radius: 50%;
  background-color: #fff;
}
.equiteq.component-5a .quote-author {
  color: #081901;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.equiteq.component-5a .author-title {
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.equiteq.component-5a .quote {
  color: #081901;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-wrap: pretty;
}
@media (min-width: 992px) {
  .equiteq.component-5a .quote {
    font-size: 24px;
    line-height: 36px;
  }
}
.equiteq.component-5a .testimonial-nav-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.equiteq.component-5a .testimonial-nav-container .prev,
.equiteq.component-5a .testimonial-nav-container .next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.equiteq.component-5a .testimonial-nav-container .prev {
  transform: rotate(180deg);
}
.equiteq.component-5a .testimonial-nav-container .swiper-button-disabled img {
  opacity: 0.3;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.equiteq.component-5a .testimonial-nav-container .nav-stat {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

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