.module-021footer-inner {
	/*padding: 47px 0 283px;*/
	/*padding: 47px 0 183px;*/
	padding: 47px 0 ;
	background: #E8644D;
}

.module-021footer-inner img {
	max-width: 135px;
}

.module-021footer-inner2 {
	padding-top: 21px;
	background: #000000;
}

.module-021item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.module-021item div {
	margin-bottom: 21px;
}

.module-021item ul {
	display: flex;
	align-items: center;
}

.module-021item ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-right: 52px;
}

.module-021item ul li a:hover {
	color: #E8644D;
}

.module-021item p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}


/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module-021footer-inner {
		padding: 47px 0 150px;
	}

	.module-021item {
		flex-direction: column;
		text-align: center;
	}  

	.module-021item ul {
		justify-content: center;
	}

	.module-021item ul li a {
		margin: 0 15px;
	}

	.module-021footer-inner img {
		max-width: 110px;
	}

}