.gfc.main___testimonials {
  position: relative;
}
.gfc.main___testimonials::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 50%;
  background: #EFF0EF;
  z-index: -1;
}
.gfc.main___testimonials .headings-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .gfc.main___testimonials .headings-container {
    flex-direction: row;
  }
}
.gfc.main___testimonials .main-heading {
  color: #000;
  text-align: center;
  font-family: Gilroy-Medium, sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-wrap: unset;
}
.gfc.main___testimonials .main-heading + .line {
  width: 120px;
  height: 2px;
  background: #F47721;
  margin-block-start: 1rem;
  margin-inline: auto;
}
.gfc.main___testimonials .sub-heading {
  color: #000;
  text-align: center;
  font-family: "adelle-sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.18px;
  text-wrap: unset;
}
.gfc.main___testimonials .swiper-slide {
  width: 90%;
  height: 100%;
  border: 1px solid #EFEFEF;
  background: var(--Color-Primary-White, #FFF);
  border-radius: 20px;
  box-shadow: 24px 34px 12px 0px rgba(0, 0, 0, 0), 15px 22px 11px 0px rgba(0, 0, 0, 0.03), 9px 12px 9px 0px rgba(0, 0, 0, 0.1), 4px 5px 7px 0px rgba(0, 0, 0, 0.17), 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .gfc.main___testimonials .swiper-slide {
    width: 45%;
    min-height: 306px;
  }
}
@media (min-width: 992px) {
  .gfc.main___testimonials .swiper-slide {
    width: 600px;
    min-height: 306px;
  }
}
.gfc.main___testimonials .swiper-slide-inner-spacing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .gfc.main___testimonials .swiper-slide-inner-spacing {
    padding: 3rem;
  }
}
.gfc.main___testimonials .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.gfc.main___testimonials .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
}
.gfc.main___testimonials .swiper-pagination-bullet-active {
  --swiper-pagination-color: #00AFAA;
}
.gfc.main___testimonials .quote {
  color: #000;
  text-align: center;
  font-family: Gilroy-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.gfc.main___testimonials .quote .stars {
  display: flex;
  gap: 5px;
}
.gfc.main___testimonials .excerpt {
  color: #494949;
  text-align: center;
  font-family: "adelle-sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.gfc.main___testimonials .by {
  color: #797D82;
  display: flex;
  justify-content: center;
}
.gfc.main___testimonials .by-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .gfc.main___testimonials .by-title {
    gap: 1rem;
  }
}
.gfc.main___testimonials .by-title .name {
  color: #000;
  text-align: center;
  font-family: Gilroy-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}
.gfc.main___testimonials .by img {
  width: 60px;
  min-width: 60px;
}
.gfc.main___testimonials .by img.headshot {
  border: 2px solid #EFEFEF;
  border-radius: 100%;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.gfc.main___testimonials .by strong {
  font-weight: 700;
}

/*# sourceMappingURL=main___testimonials.css.map */
