/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 40:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.section-testimonials-carousel {
  padding: 40px 0;
  background-color: #f8f8f8;
}
.carousel {
  max-width: 700px;
  margin: 0 auto;
}
.carousel-cell {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.carousel-cell img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.quote {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.author {
  font-weight: bold;
}
</style>