/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 47:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .testimonial-image {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .testimonial-image.adapt-image {
    object-fit: contain;
  }

  .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-author .avatar {
    margin-bottom: 20px;
  }

  @media (min-width: 768px) {
    .testimonial-inner {
      flex-direction: row;
      text-align: left;
    }

    .testimonial-author {
      flex: 0 0 auto;
      margin-right: 20px;
    }

    .testimonial-info {
      flex: 1;
    }
  }
</style>