.slick_arrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 120px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat; }
  .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 {
  padding: 3em 0; }

.testimonials_wrap .slick-list {
  width: calc(100% - 200px);
  margin: 0 auto; }

.testimonials_wrap .testimonial_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.22222em;
  margin: 0 0 1em; }

.testimonials_wrap .testimonial_content {
  margin: 0 0 1em; }

.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; }
