/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 19 2025 | 10:18:03 */
/* testimonials logo size */
.elementor-testimonial__image img {
  width: 100% !important;
  object-fit: contain !important;
}
/* testimonials logo hidden on mobile */
@media only screen and (max-width: 600px) {
  .elementor-testimonial__footer {
    display: none !important;
  }
}
