.footer-menu {
	--menuInitialColor: var(--linkInitialColor);
	--menuHoverColor: var(--linkHoverColor);

	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top: -10px;

	li {
		margin-top: 10px;
	}

	.menu-arrow {
		display: none;
	}
}