@media only screen and (max-width:1024px) {
	footer > .wrapper {
		justify-content: center;
	}

	footer > .wrapper p {
		text-align: left;
	}

	footer > .wrapper > svg {
		display: none;
	}
}