.module-018area {
	padding: 100px 0 50px;
}

.module-018item ul {
	margin-bottom: 40px;
}

.module-018item ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 30px 10px;
	border: none;
	border-bottom: 1px solid #E8644D;
}

.module-018item ul li a img {
	max-width: 20px;
    display: inline-block;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.module-018item ul li a:hover {
	background: transparent;
	color: #E8644D;
}

.module-018item ul li a:hover img {
	transform: translateX(8px);
}

.module-018item > a {
	font-size: 12px;
	font-weight: 800;
	color: #000;
	border: none;
	padding: 0;
	border-bottom: 4px solid #000;
}

.module-018item > a:hover {
	background: transparent;
	color: #E8644D;
	border-color: #E8644D;
}

.module-018area .module-005item {
	max-width: 506px;
	width: 100%;
	margin-left: auto;
}

.headline018{
	text-transform: none;
	line-height:1.2;
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin: 7px 0 28px;
}

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

   	.module-018area .module-005main {
		padding-left: 40px;
		padding-right: 40px;
	}


}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

   
	.module-018area {
		padding: 80px 0 30px;
	}

	.module-018area .module-005main {
		padding-left: 25px;
		padding-right: 25px;
	}

	.module-018area .module-005cnt .headline018 {
		font-size: 28px;
		margin-bottom: 20px;
	} 

	.module-018item ul {
		margin-bottom: 20px;
	}



}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {


	.module-018area {
		padding: 60px 0 10px;
	}

	.module-018area .module-005main {
		padding-left: 20px;
		padding-right: 20px;
	}

	.module-018area .module-005item {
		margin-top: 50px;
	} 

	.module-018area .module-005cnt {
		max-width: 100%;
	} 

	.module-018area .module-005cnt .headline018 {
		font-size: 28px;
	} 

	.module-018item ul {
		margin-bottom: 30px;
	}



}