.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	width: 100%;
	background: rgba(250, 248, 245, 0.88);
	border-top: 1px solid rgba(27,58,107,.08);
}

.footer {
	/*
	display: flex;
	justify-content: space-between;
	align-items: center;
	*/
	min-height: 5rem;
	border-bottom: 1px solid rgba(240,235,228);
}

.footer-links {
	display: flex;
	justify-content: center;
	/*  gap: 2rem;  */
}

.footer-link, .footer-link:visited {
	color: rgb(107, 114, 128);
}

.footer-link:hover, .footer-link:focus, .footer-link:active {
	color: var(--cbs-foreground);
}
