.links {
	background-color: rgba(0, 63, 122,0.25);
}

.links .block {
	padding:30px;
	
	display: flex;
	gap:30px;
	justify-content: center;
    flex-wrap: wrap;
}

.links a {
	display: inline;
}