.testimonial-slider-wrapper .blockquote-icon {
  font-family: Georgia,serif!important;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 33px;
  line-height: 70px;
  background-size: cover;
  border: 2px solid rgba(0,0,0,0.13);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider-wrapper .testimonial-item blockquote {
  margin: 0;
  font-size: 22px;
  width: 100%;
  text-align: center;
  color: rgba(0,0,0,1);
  line-height: 24px;
  font-family: Open Sans;
  font-weight: 300;
  letter-spacing: 0.5px; 
  min-height: 325px;
  padding-bottom: 20px;
}

.testimonial-slider-wrapper .testimonial-item p {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 30px;
}

.testimonial-slider-wrapper .testimonial-item blockquote > span {
  font-size: 16px;
  display: block;
  line-height: 22px; 
}

.testimonial-slider-wrapper ul.slick-dots {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex !important;
  justify-content: center;
  position: relative;
  bottom: 8px;
}

.testimonial-slider-wrapper ul.slick-dots > li {
  list-style: none;
}

.testimonial-slider-wrapper ul.slick-dots > li button {
  background-color: rgba(0,0,0,0);
  border: 1px solid #333;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer; 
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  transition: background-color 0.2s linear 0s,border-color 0.2s linear 0s;
  width: 10px;
  padding: 0;
  font-size: 0;
}

.testimonial-slider-wrapper ul.slick-dots > li.slick-active > button {
  background-color: #333;
}
