.owl-carousel{
	
}

.owl-carousel .item{
	text-align: center;
	margin: 0 auto;
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.owl-carousel h2{
	color: white;
	
}
.owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 64px;
	background: transparent url("/images/gbt/arrow-left.png") !important;
	text-indent: -9999px;
}

.owl-next{
	position: absolute;
	background: transparent url("/images/gbt/arrow-right.png") !important;
	top: 50%;
	right: 0;
	width: 40px;
	height: 64px;
	text-indent: -9999px;

}