.feedback {
  overflow: hidden;
}
.feedback .swiper {
  overflow: visible;
}
.feedback .swiper-buttons {
  margin-top: unset;
}
.feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.feedback__title {
  font-weight: 500;
  margin-right: 1.5625rem;
}
.feedback__card {
  padding: 2rem;
  border-radius: 2rem;
}
.feedback__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.feedback__card-photo {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.feedback__card-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
.feedback__card-name {
  color: var(--white);
  margin-bottom: 0.5rem;
}
.feedback__card-position {
  color: var(--white-06);
}
.feedback__card-text {
  color: var(--white);
}
.feedback__subtitle {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .feedback .swiper-buttons {
    margin-top: 32px;
  }
  .feedback__top {
    margin-bottom: 32px;
  }
  .feedback__title {
    font-weight: 400;
    margin-right: unset;
  }
  .feedback__card {
    padding: 24px;
    border-radius: 24px;
  }
  .feedback__card-photo {
    width: 64px;
    height: 64px;
  }
  .feedback__card-photo > img {
    border-radius: 12px;
  }
  .feedback__subtitle {
    margin-top: 120px;
  }
}
/*# sourceMappingURL=feedback.css.map */
/*# sourceMappingURL=feedback.css.map */