.statistic .google {
  justify-content: center;
}
.statistic .google__heading {
  color: var(--text-color-brand-accent);
}
.statistic .google__text {
  color: var(--text-color-secondary);
}
@media (max-width: 767px) {
  .statistic .google .google__icon {
    width: 3.475rem;
    min-width: 3.475rem;
    height: 3.475rem;
  }
  .statistic .google .google__icon svg, .statistic .google .statistic .google__icon path {
    width: 3.1rem;
    min-width: 3.1rem;
    height: 3.1rem;
  }
}
.statistic .statistic-quote .heading {
  max-width: 42rem;
}

.testimonials__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials .section__header {
  max-width: 50rem;
}
.testimonials-slider {
  width: 100%;
}
.testimonials-slider__wrapper {
  display: flex;
}
.testimonials-slide {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: auto;
  padding: 1.5rem;
  background-color: var(--bg-secondary);
  border-radius: var(--main-border-radius);
}
.testimonials-slide__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials-slide__col {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-slide__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials-slide__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.testimonials-slide__paragraph {
  margin-top: auto;
}
.testimonials-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3.5rem;
}
.testimonials-navigation__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--bg-brand-accent);
  transition: 0.3s all;
}
.testimonials-navigation__arrow svg {
  width: 1.5rem;
}
.testimonials-navigation__arrow::after {
  display: none;
}
.testimonials-navigation__arrow.swiper-button-next, .testimonials-navigation__arrow.swiper-button-prev {
  position: static;
}

/*# sourceMappingURL=thanks-page.css.map */
