:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.home-testimonials {
  overflow: hidden;
}
.home-testimonials__slider {
  padding-bottom: 8.4rem;
}
.home-testimonials__item {
  background: #E6F5F3;
  padding: 5.6rem;
  border-radius: 2.4rem;
  margin-right: 2.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-testimonials__item-quote {
  position: relative;
}
.home-testimonials__item-quote:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="12" viewBox="0 0 17 12" fill="none"><path d="M16.9297 0.70459C16.6432 1.8361 16.3568 3.03923 16.0703 4.31396C15.7839 5.5887 15.5189 6.84912 15.2754 8.09521C15.0462 9.32699 14.86 10.4513 14.7168 11.4683H9.79688L9.49609 10.9956C9.75391 9.95003 10.0833 8.83285 10.4844 7.64404C10.8997 6.45524 11.3438 5.26644 11.8164 4.07764C12.3034 2.87451 12.7904 1.75016 13.2773 0.70459H16.9297ZM7.9707 0.70459C7.68424 1.8361 7.39779 3.03923 7.11133 4.31396C6.82487 5.5887 6.5599 6.84912 6.31641 8.09521C6.08724 9.32699 5.89388 10.4513 5.73633 11.4683H0.837891L0.558594 10.9956C0.816406 9.95003 1.14583 8.83285 1.54688 7.64404C1.94792 6.45524 2.38477 5.26644 2.85742 4.07764C3.3444 2.87451 3.83138 1.75016 4.31836 0.70459H7.9707Z" fill="%2391278F"/></svg>');
  left: 0;
  top: 0;
  position: absolute;
  transform: translate(-100%, -100%);
}
.home-testimonials__item-author-name {
  padding-left: 5rem;
  position: relative;
}
.home-testimonials__item-author-name:before {
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  width: 3.7rem;
  height: 1px;
  background: #91278F;
}
.home-testimonials__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.home-testimonials__head-left {
  width: calc(100% - 220px);
}
.home-testimonials__head-right {
  width: 173px;
}
.home-testimonials__avatars {
  overflow: hidden;
  border-radius: 240px 240px 0 0;
}
.home-testimonials__avatars-slide {
  width: 100%;
  height: 150px;
  position: relative;
}
.home-testimonials__avatars-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.home-testimonials__slider {
  max-width: 810px;
}
.home-testimonials__slider .slick-list {
  overflow: visible;
}
.home-testimonials__slider .slick-track {
  display: flex;
}
.home-testimonials__slider .slick-slide {
  min-height: auto;
  height: auto;
}

@media (max-width: 767px) {
  .home-testimonials__head {
    margin-bottom: 2.7rem;
  }
  .home-testimonials__head-left {
    width: calc(100% - 108px);
  }
  .home-testimonials__head-right {
    width: 88px;
  }
  .home-testimonials__avatars-slide {
    height: 77px;
  }
  .home-testimonials__slider {
    padding-bottom: 0;
  }
  .home-testimonials__item {
    margin-right: 1.2rem;
    padding: 3.2rem;
  }
  .home-testimonials__item-author-name {
    font-size: 1.2rem;
  }
}

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