.reviewer-title {
  line-height: 19px;
  font-size: 16px;
  color: #000000;
  padding-top: 25px;
}
.reviewer-subtitle {
  line-height: 19px;
  font-size: 16px;
  color: #707070;
  padding-top: 45px;
  text-align: center;
  margin: auto;
  width: 90%;
}
.carousel-item {
  width: 100%;
  padding: 0 50px;
  text-align: center;
}
.carousel-item img {
  margin: auto;
}
.carousel-wrapper {
  margin-top: 40px;
}
/* general carousel rules */
.slick-next:before {
  display: none;
}
.slick-prev:before {
  display: none;
}
.slick-prev {
  display: none !important;
}
.slick-next {
  display: none !important;
}
.carousel-item {
  margin-right: 0 !important;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #326df8;
  font-size: 11px;
}
.slick-dots li button:before {
  color: #326df8;
  font-size: 11px;
}
/* tours-carousel */
.carousel {
  width: 100%;
  margin: auto;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 500px) {
  .carousel-image img {
    width: 100%;
    padding: 0 20px;
  }
}
