/** Shopify CDN: Minification failed

Line 24:3 Unexpected "{"

**/
.home-testimonial blockquote{border:none;padding:0;}
.home-testimonial .testimonial-container.swiper-slide.swiper-slide-active
{
  position:relative;height: auto;
}
@media screen and (min-width:767px)
{
  .home-testimonial .testimonial-container.swiper-slide.swiper-slide-active:before,
  .home-testimonial .testimonial-container.swiper-slide.swiper-slide-active:after
  {
    content: '';
    position:absolute;
    width: 1px;
    height: 100%;
    background: rgba(var(--color-foreground), 0.2);
    top: 0;
  }
  .home-testimonial .testimonial-container.swiper-slide.swiper-slide-active:before,
   { left: 0; }
  .home-testimonial .testimonial-container.swiper-slide.swiper-slide-active:after{right: 0;}
}
.home-testimonial .testimonial-image img {
    border-radius: 50%;
}
.home-testimonial .testimonial-author-content {
    display: flex;gap: 1rem;align-items: center;margin-top: 1rem;
}
.home-testimonial .testimonial-author-content.center {
    justify-content: center;
}
.home-testimonial .testimonial-author-content.left {
    justify-content: flex-start;
}
.home-testimonial .testimonial-author-content.right {
    justify-content: flex-end;
}
.home-testimonial .testimonial-author-content span.designation {
    font-size: 16px;
}
@media screen and (min-width: 1200px)
{
.home-testimonial blockquote{padding: 0 2rem;}
}