footer .footer-list nav ul {
	text-align: left;
}

@media screen and (max-width: 768px) {
	footer .footer-list nav ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}
}