.footer{
	background-color: aquamarine;
	.footer-inner{
		max-width: 1200px;
		width: 88%;
		margin: 0 auto;
	}
}