@media only screen and (max-width: 767px) {
	.footer-menu .menu-item {
		display: flex;
		justify-content: center;
	}
}