.container--footer {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	text-align: center;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin: 0 0.25rem;
}

.footer-links a {
	color: var(--dark-blue);
}

.footer-links a:hover {
	color: var(--v-dark-blue);
}

.container--footer .notice {
	max-width: 120ch;
	margin: 1rem auto;
}

@media all and (min-width: 920px) {
	.container--footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer-links {
		margin: 0;
		display: flex;
	}

	.footer-links li {
		margin: 0 0.25rem;
	}
}