<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Equal Heights for OwlCarousel 2 */
 .owl-carousel .owl-stage {
	 display: flex;
}
 .owl-carousel .owl-item {
	 display: flex;
	 flex: 1 0 auto;
}
 .owl-carousel .thumbnail {
	 display: flex;
	 flex-direction: column;
	 margin: 0 15px;
}
 .owl-carousel .thumbnail .caption {
	 display: flex;
	 flex: 1 0 auto;
	 flex-direction: column;
}
 .owl-carousel .thumbnail .caption .flex-text {
	 flex-grow: 1;
}

.review1 img{
	width: 40% !important;
} 

.belo_1{
	width: 10% !important;
	margin-top: 0em !important;
}

.review1{
	    height: 22em !important;
}

.owl-dots{
	display: none;
}</pre></body></html>