.new-testimonials-section .testimonial--single-item {
  padding-top: 15px;
  border-top: 1px solid #000;
  margin: 0 15px;
}

.new-testimonials-section .homepage-sections--title {
  margin-bottom: 50px;
}

.new-testimonials-section .slick-dots li {
  width: 10px;
  height: 10px;
}

.new-testimonials-section .slick-dots li button:before {
  font-size: 10px;
}

.new-testimonials-section .testimonials--star-wrapper {
  margin-bottom: 10px;
}

.new-testimonials-section .testimonials--star-wrapper svg {
 fill: #ffe900;
}

@media only screen and (max-width: 767px) {
  .new-testimonials-section .homepage-sections--title {
    margin-bottom: 30px;
  }
}