.testimonials {
  overflow: hidden;
}
.testimonials .section-head {
  color: #000 !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.testimonials .slick-prev:before, .testimonials .slick-next:before, .testimonials .slick-prev:after, .testimonials .slick-next:after {
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
.testimonials .slick-next:before {
  content: "\e900";
}
.testimonials .slick-prev:before {
  content: "\e901";
}
.testimonials .testimonial {
  margin: 10px;
  background-color: #fff;
  padding: 20px;
  font-size: 17px;
  -webkit-box-shadow: 0px 3px 39px -9px rgba(122, 118, 122, 1);
  -moz-box-shadow: 0px 3px 39px -9px rgba(122, 118, 122, 1);
  box-shadow: 0px 3px 39px -9px rgba(122, 118, 122, 1);
  border-bottom: 6px solid #5a5a5c;
  position: relative;
}
.testimonials .testimonial .testimonial-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  margin-left: -2rem;
  padding-left: 2rem;
  margin-right: -2rem;
  padding-right: 2rem;
}
.testimonials .testimonial .testimonial-top .author-name {
  font-size: 16px;
  float: left;
  color: #b1b2b4;
  font-weight: bold;
}
.testimonials .testimonial .testimonial-content {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #807349;
}
.testimonials .testimonial .testimonial-content:before, .testimonials .testimonial .testimonial-content:after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  background-image: url('./img/open-big.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -15px;
}
.testimonials .testimonial .testimonial-content:after {
  float: right;
  transform: rotate(-180deg);
  margin-top: -2.2rem;
  margin-right: 0.5rem;
}
.testimonials .testimonial .testimonial-content-wrap {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials .testimonial .testimonial-bottom {
  text-align: right;
  font-size: 12px;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.testimonials .testimonial .testimonial-bottom a {
  color: #5a5a5c;
  font-weight: bold;
}
.testimonials .testimonial .testimonial-bottom .arrow {
  width: 20px;
  height: 20px;
  background-color: #5a5a5c;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-left: 0.5rem;
}
.testimonials .testimonial .testimonial-avatar {
  width: 40px;
  margin-bottom: 2rem;
  margin-right: 1rem;
}
.testimonials .testimonial .testimonial-avatar .avatar-inner {
  background-image: url('./img/avatar.png');
  background-size: 80px;
  background-repeat: no-repeat;
  height: 40px;
  background-size: cover;
  width: 40px;
  border-radius: 50px;
  background-position: center;
}
.testimonials .testimonial .testimonial-avatar > img {
  max-width: 80px;
  margin: 0 auto;
  text-align: center;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .highlight-wrap {
    font-size: 20px;
  }
  .testimonial {
    position: relative;
  }
  .testimonial-bottom {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  .testimonials {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .testimonials .testimonial {
    padding-bottom: 5rem;
  }
  .testimonials .testimonial, .testimonials .testimonial > * {
    display: block;
  }
  .testimonials .testimonial .testimonial-avatar .avatar-inner {
    margin: 0 auto;
    text-align: center;
  }
  .testimonials .testimonial .testimonial-avatar {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .slick-prev {
    left: -70px;
    z-index: 10;
  }
  .testimonials .slick-next {
    right: -70px;
    z-index: 10000;
  }
  .testimonials .slick-prev:before, .testimonials .slick-next:before, .testimonials .slick-prev:after, .testimonials .slick-next:after {
    font-size: 70px;
  }
}
