.test_006 {
	width: 100%;
	padding: 100px 0 20px 0;
}
.test_006 h1 {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 0;
}
.test_006 h1 span {
	color: #008f41;
}
.test_006 p {
	font-size: 18px;
	color: #212529;
	font-family: Arial;
	text-align: center;
	margin-bottom: 0;
}
.test_006_slider {
	margin-top: 40px;
}
.test_006_slider .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.test_006_slider .owl-dot {
	width: auto;
}
.test_006_slider .owl-item img {
	border-radius: 10px;
}
.test_006_slider .owl-dots .owl-dot.active span, .test_006_slider .owl-dots .owl-dot:hover span {
	background: #008b48;
}
.test_006_slider .owl-dots .owl-dot span {
	margin: 5px;
}
@media (max-width: 767px) {
	.test_006 { padding-top: 50px; padding-bottom: 0; }
	.test_006_slider { margin-top: 20px; }
	.test_006 h1  { font-size: 28px; }
	.test_006 p { font-size: 15px; }
}	