.testimonial-inner-container {
  display: flex;
  padding: calc(var(--wdg-gap-xsmall) * 4) calc(var(--wdg-gap-xsmall) * 2.5);
  align-items: center;
  gap: calc(var(--wdg-gap-xsmall) * 2.5);
}
.wp-block-column .testimonial-inner-container {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.wp-block-column .testimonial-inner-container .testimonial-image {
  width: 100%;
}
.wp-block-column .testimonial-inner-container .testimonial-image img {
  width: 100%;
  object-position: top;
  object-fit: cover;
  max-height: 350px;
}
@media (max-width: 47.9375em) {
  .testimonial-inner-container {
    flex-direction: column;
  }
}
.testimonial-blockquote {
  margin: 0;
}
.testimonial-text {
  font-size: var(--wdg-font-size-h2);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 125%;
}
.testimonial-author h5 {
  font-size: var(--wdg-font-size-medium);
  font-weight: 400;
  margin-block: var(--wdg-gap-xsmall);
}
/*# sourceMappingURL=testimonial.css.map */
