.footer__menu-list {
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-left: 0;
	margin-bottom: 0;
}

.footer__menu-item:not(:last-child) {
	margin-bottom: .5rem;
}

.footer__menu-link {
	color: #212529;
}

.footer__menu-link:hover,
.footer__menu-link:focus {
	text-decoration: none;
}

@media (min-width: 768px) {
	.footer__menu-list {
		text-align: left;
	}
	.footer__menu-item:not(:last-child) {
		margin-bottom: .9rem;
	}
}