.slick-prev:before {
  content: "\f053";
  font-size: 3rem;
  color: black;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    font-size: 1.5rem;
  }
}

.slick-next:before {
  content: "\f054";
  font-size: 3rem;
  color: black;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    font-size: 1.5rem;
  }
}

.slick-dots li button:before {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=testimonials-plugster.css.map */
