.owl-carousel .owl-stage-outer{
	border-radius: 20px;
}
.owl-nav{
	text-align: right;
	margin-top: 80px;
}
.owl-nav button{
	vertical-align: middle;
	margin-left: 25px;
}
.owl-nav button span{
	display: none;
}
.owl-prev::before{
	content: "←";
	font-size: 50px;
	line-height: 30px;
}
.owl-next::before{
	content: "→";
	font-size: 50px;
	line-height: 30px;
}
.owl-nav button.disabled::before{
	color: #a8b3a0;
	font-size: 31px;
	line-height: 23px;
}

@media only screen and (max-width: 600px){
.owl-nav {
    margin-top: 35px;
}
}