.mw-testimonials {
  position: relative;
}

.mw-testimonial-item {
  display: none;
}

.mw-testi-inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.mw-testi-avatar img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.mw-testi-body {
  flex: 1 1 auto;
}

.mw-testi-quote {
  font-size: 1.1em;
  line-height: 1.5;
}

.mw-testi-meta {
  margin-top: 0.5rem;
  opacity: 0.85;
}

.mw-testi-author {
  font-family: 'Open Sans' !important;
  text-align: right;
  padding: 20px;
}

.mw-testi-role {
  font-size: 0.9em;
}
