.testimonial-wrap {
  width: 150px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}

.testimonial-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
