@media screen and (max-width: 750px){


	/*********************
	**********************
	******* Footer *******
	**********************
	*********************/
	footer > .footer_nav > nav {
		margin: 0 0 50px;
		width: 40%;
	}
	footer > .footer_nav > div {
		width: 100%;
	}

	footer > .copyright > div {
		padding: 10px 20px;
		line-height: 30px;
		flex-wrap: wrap; }

		footer > .copyright > div > span {
			display: block;
			width: 100%; }
}