.legal {
	/*display: flex;*/
	background-color: #2a398f;
	/*box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.7);*/
	box-shadow: inset 20px 0 20px -20px rgba(0,0,0,1), inset -20px 0 20px -20px rgba(0,0,0,1);
	padding: 10px 20px;
	/*margin-top: -150px;*/
}
.legal ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
	color: #fff;
	list-style: none;
}
.legal ul li {
	font-size: 0.75rem;
}