.slick_arrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 120px;
  cursor: pointer;
  top: -100px;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
.slick_arrow.arrow_prev {
  left: 0;
  background-image: url("../../images/arrow_left.png");
}
.slick_arrow.arrow_next {
  right: 0;
  background-image: url("../../images/arrow_right.png");
}

.testimonials_block .stars {
  text-align: center;
  color: #f6d0d0;
  font-size: 48px;
}

.testimonials_block {
  background-color: #f9f9f9;
}

.test-inner-content {
  padding: 60px 80px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.test-inner-content h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

.testimonials_wrap {
  margin-top: 1em;
}
.testimonials_wrap .slick-list {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.testimonials_wrap .testimonial_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4666666667em;
  margin: 0 0 1em;
}
.testimonials_wrap .testimonial_content {
  margin: 0 0 1em;
  text-align: center;
  font-size: 1.2em;
}
.testimonials_wrap .testimonial_author {
  text-align: center;
}
.testimonials_wrap .testimonial_single.with_image .testimonial_image_wrap {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.testimonials_wrap .testimonial_single.with_image .testimonial_image_wrap img {
  max-width: 80%;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials_wrap .testimonial_single.with_image .testimonial_content_wrap {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
