* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FEF6F5;
}

.review-slider {
  width: 1170px;
  min-width: 0;
  height: 261px;
  overflow-y: visible;
}

.review-slider .review-slider__wrapper {
  height: 205px;
  min-width: 0;
}

.review-slider .review-slider__slide {
  min-height: 205px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-pagination-bullet {
  background: #EB6246;
  width: 13px;
  height: 13px;
}

.swiper-pagination-bullet-active {
  background: #EB6246;
}

.review-item {
  -webkit-box-shadow: 0px 10px 40px rgba(255, 234, 224, 0.6);
          box-shadow: 0px 10px 40px rgba(255, 234, 224, 0.6);
  width: 570px;
  min-height: 205px;
  min-width: 0;
  border-radius: 10px;
  padding: 31px 47px 38px 47px;
  background-color: #fff;
}

.review-item__content {
  position: relative;
}

.review-item__heading {
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  color: #64A39A;
}

.review-item__text {
  margin-top: 36px;
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-feature-settings: 'liga' off;
          font-feature-settings: 'liga' off;
  color: #818181;
}

.review-item__rating {
  position: absolute;
  top: 0;
  right: 0;
}

.swiper-pagination-bullet-actibe {
  background: #EB6246;
}

@media only screen and (max-width: 540px) {
  .review-slider {
    display: none;
  }
}
/*# sourceMappingURL=review-slider.css.map */