.module-006area.backgroundred {
	/*padding-top: 100px;*/
	/*padding-bottom: 100px;*/
}

.module-006area.backgroundgreen {
	/*padding-bottom: 100px;*/
}

.module-006part {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #E8644D;
	padding: 17px 100px;
	min-height: 120px;
}

.module_006left {
	width: 27%;
}

.module_006left .headline006 {
	font-size: 21px;
	font-weight: 800;
	color: #000000;
	margin: 0;
	line-height:1;
	text-transform: none;
}

.module_006middle {
	width: 53%;
	display: flex;
	align-items: center;
}

.module_006right {
	width: 20%;
	text-align: right;
}

.module_006innritem {
	width: 7%;
}

.module_006innrcnt {
	width: 93%;
}

.module_006innritem img {
	max-width: 24px;
}

.module_006innrcnt p {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 35px;
}

.module_006innrcnt .headline006 {
	font-size: 21px;
	font-weight: 800;
	color: #000000;
	margin: 0;
	display: flex;
	align-items: flex-start;
	/*line-height:1;*/
	line-height:1.2;
	text-transform: none;
}

.module_006innrcnt .headline006 img {
	max-width: 24px;
	margin-top: 9px;
	margin-right: 15px;
}

.module_006right a {
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 4px solid #000000;
	transition: 0.2s all ease;
}

.module_006right a:hover {
	opacity: 0.75;
}

.backgroundgreen .module-006part {
	background: #CBBF68;
	margin-top: 20px;
}

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.module-006part {
		padding: 20px 40px
	}

	.module_006left .headline006 {
		font-size: 19px;
	}

	.module_006innrcnt .headline006 {
		font-size: 18px;
	}

	.module_006innrcnt .headline006 img {
		margin-top: 6px;
	}

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.module-006area.backgroundred {
		/*padding-top: 80px;*/
		/*padding-bottom: 80px;*/
	}

	.module-006area.backgroundgreen {
		/*padding-bottom: 80px;*/
	}

	.module-006part {
	  	padding: 30px 50px;
	  	display: block;
	}

	.module-006part > div {
		width: 100%;
	}

	.module_006middle {
		margin: 20px 0;
	}

	.module_006right {
		text-align: left;
	}

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module-006area.backgroundred {
		/*padding-top: 70px;*/
		/*padding-bottom: 70px;*/
	}

	.module-006area.backgroundgreen {
		/*padding-bottom: 70px;*/
	}

	.module-006part {
	  	padding: 20px 35px;
	  	display: block;
	}

	.module-006part > div {
		width: 100%;
	}

	.module_006middle {
		margin: 16px 0;
	}

	.module_006right {
		text-align: left;
	}

	.module_006left .headline006 {
		font-size: 18px;
	}

	.module_006innrcnt .headline006 {
		font-size: 18px;
	}

	.module_006right a {
		font-size: 11px;
	}

	.module_006innrcnt .headline006 img {
		margin-top: 8px;
	}

}


@media screen and (max-width: 575px) {

	.module-006area.backgroundred {
		/*padding-top: 60px;*/
		/*padding-bottom: 60px;*/
	}

	.module-006area.backgroundgreen {
		/*padding-bottom: 60px;*/
	}

	.module-006part {
	  	padding: 20px 20px;
	  	display: block;
	}

	.module_006middle {
		margin: 15px 0;
	}

	.module_006left .headline006 {
		font-size: 17px;
	}

	.module_006innrcnt .headline006 {
		font-size: 17px;
	}

	.module_006right a {
		font-size: 11px;
	}

	.module_006innritem {
		width: 10%;
	}

	.module_006innrcnt .headline006 img {
		margin-top: 7px;
	}
	
}