#mu-footer {
	background-color: var(--black);
	color: var(--off-white);
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: initial;
	gap: 30px;
}

@media (max-width: 768px) {
	#mu-footer {
		flex-direction: column;
	}
}

#mu-footer .mu-copyright {
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	align-content: center;
	text-align: center;
}

#mu-footer a.mu-social-icon {
	color: var(--off-white);
	font-size: 32px;
	margin-right: 15px;
}

@media (max-width: 768px) {
	#mu-footer {
		margin-top: 60px;
	}
}

#mu-footer-links {
	text-align: center;
}