/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 22:02:02 */
.wpmtst-testimonial {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  background-color: #f5f7fb;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 1100px;
  margin: 0 auto;
}

.wpmtst-testimonial img.wp-post-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wpmtst-content {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: left;
}

.wpmtst-author {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  color: #00103b;
  display: block;
}

.wpmtst-company {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
