.title{
	text-align: center;
	margin: 100px;
	font-size: 60px;
	color: #095a34;
	text-shadow: 4px 2px 2px gray;
	font-weight: bold;

}
.owl-container{
	max-width: 1000px;
	margin: 0 auto;
	
}
.item{
	background: #1c8353;
	color: aliceblue;
	justify-content: center;
	align-items: center;
	height: 20rem;
	display: flex;
}

@media (max-width:767px){
	.title{
	font-size: 40px;
	margin: 10px;
}


}