.testimonial-mod .testimonial-quote {
  text-align:center;
  font-style: normal;
  font-weight: 700;
  line-height: 133%; 
}
.testimonial-inner {
  display:flex;
  flex-direction:column;
  gap:30px;
}
.testimonial-mod .testimonial-quoter {
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  
  font-style: normal;
  font-weight: 700;
  line-height: 113.333%; 
  text-transform: uppercase;
}
.testimonial-mod .tesimonial-quoter-image {
  display:inline-flex;
}
.testimonial-mod .tesimonial-quoter-image img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width:767px){
  .testimonial-mod .testimonial-quote{
    line-height: 150%; 
  }
  
  .testimonial-mod .testimonial-quoter {
    line-height: 150%; 
  }