@media screen and (max-width: 1024px) {
	footer section.menuFooter {
		padding: 40px 20px;
	}
	footer section.legalFooter {
		padding: 20px 60px;
	}
}
@media screen and (max-width: 920px) {
	footer section.legalFooter {
	    padding-bottom: 90px !important;
	}
}