.footer-menu {
	margin-top: -10px;
	@include media-breakpoint-down (md) {
		justify-content: center;
	}

	> li {
		padding-top: 10px;
		align-self: center;
		font-size: 12px;
		font-weight: 700;
		line-height: normal;
		text-transform: uppercase;
	}

	.menu-arrow {
		display: none;
	}
}
