@charset 'utf-8';

.footer{
	background-color: #2e2e2e;
	margin-top: 80px;
}

.footer_wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

.footer h3{
	color: #eee;
	margin-bottom: 20px;
}

.footer p{
	color: #eee;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
}