/** Shopify CDN: Minification failed

Line 45:16 Expected "}" to go with "{"

**/
.custom_testimonial{
  padding-top:50px;
  padding-bottom:80px;
  margin:50px 0px;
}
.custom_testimonial .carousel-cell{
  width:33.33%;
  text-align:center;
  padding:10px 20px;
}
.flickity-prev-next-button{
  display:none;
}
.testimonial-item img{
  width:100%;
}
.testimonial-text{
  min-height:120px;
  text-align:justify;
}
.custom_testimonial .title.inline-richtext.h1{
  width:100%;
  text-align:center;
}
.testimonial-contarea{
  padding:30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background:#FFF;
  border-radius:12px;
}

@media only screen and (max-width: 1000px) {
  .custom_testimonial .carousel-cell {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .custom_testimonial .carousel-cell {
    width: 100%;