.testimonials .testimonialSlider {
  margin-top: -30px;
}
.testimonials .testimonial {
  box-shadow: var(--shadow);
  max-width: 75%;
  margin: 30px auto;
  padding: 40px 60px 60px;
}
.testimonials .testimonial img {
  margin: 0 auto;
  max-height: 150px
}
.testimonials .testimonial blockquote {
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 46px;
}
.testimonials .testimonial p {
  color: var(--blue);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px;
}

.testimonials .testimonial-single {
  max-width: 92ch;
  margin:auto;
  position: relative;
}

.testimonial-single::before {
  content: '';
  background-image: url("/wp-content/themes/personifytlc/images/blockquote-icon.svg");
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  top: -32px;
}


.testimonial-single blockquote {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

.testimonial-single p {
 font-size: 14px;
 text-transform: uppercase;
 margin-bottom: 8px;
 margin-top: 0;
 letter-spacing: 1px;
 font-weight: 500;
}