.navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 25px;
	margin-bottom: 40px;
}

.navigation-footer a {
	color: inherit;
	font-size: 1.125rem;
	font-family: var(--font-body);
	font-weight: var(--font-weight-bold);
	text-transform: uppercase;
	text-decoration: none;
	line-height: calc(20 / 18);
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 64em) {
	.navigation-footer {
		column-width: 160px;
		justify-content: flex-start;
		gap: 35px;
		margin-bottom: 25px;
	}	

	.navigation-footer a {
		font-size: 1.188rem;
	}
}
