.testimonial-slider { text-align: center; margin: 0 0 30px 0; background: var(--white); padding: 50px; }
.testimonial-slider p { font-style: italic; color: var(--black); }
.testimonial-slider ul.slick-dots { margin: 0; padding: 0; text-align: center; display: flex; justify-content: center; list-style: none; bottom: 10px; box-sizing: border-box; width: 80%; margin: 0 auto; left: 0; right: 0; }
.testimonial-slider ul.slick-dots li { margin: 0 5px; }
.testimonial-slider ul.slick-dots li button { background: var(--pink2); width: 10px; height: 10px; border-radius: 20px; border: none; display: block; text-align: center; text-indent: -9999px; }
.testimonial-slider ul.slick-dots li.slick-active button { background: var(--pink3); }
.testimonial-slider .testimonial-author { font-weight: bold; font-size: 14px; color: var(--purple); font-style: normal; }
