.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.hidden {
  display: none;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.mySwiper {
  min-height: 370px !important;
}

.swiper-pagination {
  bottom: 5px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: #4a4a4a !important;
  font-weight: bold;
  font-size: 25px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #4a4a4a !important;
  font-weight: bold;
  font-size: 25px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #4a4a4a;
}

.description-feedback h3 {
  color: #4a4a4a;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.1904;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.description-feedback p {
  color: #8a8a8a;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.4;
}

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