.module-005main {
	background: #F9F9F9;
	padding: 48px 100px 50px;
	margin-top: 40px;
}

.module-005cnt {
	max-width: 397px;
	width: 100%;
}

.module-005cnt span {
	font-size: 18px;
	font-weight: 300;
	color: #E8644D;
}

.module-005cnt .headline005 {
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin: 7px 0 28px;
	text-transform: none;
}

.module-005cnt p {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 40px;
}

.module-005cnt a {
	font-size: 12px;
	font-weight: 800;
	color: #E8644D;
	background: transparent;
	border: 2px solid #E8644D;
	padding: 12px 62px;
	transition: 0.2s all ease;
}

.module-005cnt a:hover {
	background: #E8644D;
	color: #FFF;
}

.module-005item a {
	display: block;
}

.module-005item img {
	max-width: 100%;
}

.module5_cntright {
	margin-left: auto;
}

/*owl-theme*/
/*.owl-theme .owl-dots .owl-dot span {*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	display: block;*/
/*	background: transparent;*/
/*	border: 1px solid #E8644D;*/
/*	margin: 0 3px;*/
/*}*/

/*.owl-theme .owl-dots .owl-dot.active span, */
/*.owl-theme .owl-dots .owl-dot:hover span {*/
/*	background: #E8644D;*/
/*}*/

/*.owl-theme .owl-nav.disabled + .owl-dots {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	position: absolute;*/
/*	margin-top: 5px;*/
/*}*/

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.module-005main {
		padding: 40px 50px 45px;
	}

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .module-005main {
		padding: 45px 50px 45px;
	}

	.module-005cnt {
		margin-top: 50px;
		max-width: 100%;
		margin-left: 0;
	}

	.module5_cntright {
		margin-left: 0;
	}

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module-005main {
		padding: 40px 30px;
	}

	.module-005cnt {
		margin-top: 50px;
		max-width: 100%;
		margin-left: 0;
	}

	.module5_cntright {
		margin-left: 0;
	}

	.module-005cnt span {
		font-size: 16px;
	}

	.module-005cnt .headline005 {
		font-size: 30px;
	}

}


@media screen and (max-width: 575px) {

	.module-005main {
		padding: 30px 20px;
		margin-top: 30px;
	}

	.module-005cnt {
		margin-top: 50px;
		max-width: 100%;
		margin-left: 0;
	}

	.module5_cntright {
		margin-left: 0;
	}

	.module-005cnt span {
		font-size: 16px;
	}

	.module-005cnt .headline005 {
		font-size: 28px;
	}

}