@charset "utf-8";
/* Testimonials CSS Document */

/*https://storyblok-assets.mindvalley.com/css/components/testimonials.998b61f4c898a0574456.css*/
.fun-tm__wrapper{
	-moz-columns:1;
	column-count:1
}
@media screen and (min-width:768px){
	.fun-tm__wrapper{
		-moz-columns:2;
		column-count:2;
		-moz-column-gap:1.75rem;
		column-gap:1.75rem
	}
}
@media screen and (min-width:992px){
	.fun-tm__wrapper{
		-moz-columns:3;
		column-count:3
	}
}



/*https://storyblok-assets.mindvalley.com/css/components/testimony.1a09d43630e422b5603d.css*/
.fun--testi__card{
	-moz-column-break-inside:avoid;
	break-inside:avoid-column
}
.fun--testi__photo,.owl-carousel .owl-item .fun--testi__photo{
	display:none
}
@media (min-width:768px){
	.fun--testi__photo,.owl-carousel .owl-item .fun--testi__photo{
		display:block
	}
}
.tm-name{
	grid-column-gap:1rem;
	-moz-column-gap:1rem;
	column-gap:1rem;
	display:grid;
	grid-template-columns:80px 1fr
}
.owl-carousel .owl-item .tm-name__photo,.tm-name__photo{
	border-radius:.5rem;
	display:block
}
@media (min-width:768px){
	.owl-carousel .owl-item .tm-name__photo,.tm-name__photo{
		display:none
	}
	.tm-name{
		display:block
	}
}

