.module-010area {
	/*padding: 100px 0;*/
}

.module-010main {
	background: #E8644D;
	padding: 45px 100px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.module_010left {
	max-width: 824px;
	width: 100%;
}

.module_010left .headline010 {
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 16px;
	line-height: 1;
	text-transform: none;
}

.module_010left p {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin: 0;
}

.module_010right a {
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 4px solid #000000;
	transition: 0.2s all ease;
	margin-top: 10px;
}

.module_010right a:hover {
	opacity: 0.75;
}

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.module-010main {
		padding: 40px 50px;
	}

	.module_010left {
		max-width: 600px;
	}

	.module_010left .headline010 {
		font-size: 27px;
		margin-bottom: 12px;
	}

	.module_010left p {
		font-size: 12px;
	}

	.module_010right a {
		font-size: 11px;
	}

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.module-010area {
		padding: 80px 0;
	}

	.module-010main {
		padding: 40px 50px;
		display: block;
	}

	.module-010main > div {
		max-width: 100%;
		width: 100%;
	}

	.module_010left .headline010 {
		font-size: 27px;
		margin-bottom: 12px;
	}

	.module_010left p {
		font-size: 12px;
	}

	.module_010right a {
		font-size: 11px;
		margin-top: 20px;
	}

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module-010area {
		padding: 70px 0;
	}

	.module-010main {
		padding: 35px 35px;
		display: block;
	}

	.module-010main > div {
		max-width: 100%;
		width: 100%;
	}

	.module_010left .headline010 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.module_010left p {
		font-size: 12px;
	}

	.module_010right a {
		font-size: 11px;
		margin-top: 20px;
	}

}


@media screen and (max-width: 575px) {

	.module-010area {
		padding: 60px 0;
	}

	.module-010main {
		padding: 30px 20px;
		display: block;
	}

	.module-010main > div {
		max-width: 100%;
		width: 100%;
	}

	.module_010left .headline010 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.module_010left p {
		font-size: 12px;
	}

	.module_010right a {
		font-size: 11px;
		margin-top: 20px;
	}


}