section {
}
.links {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2rem;
	margin-bottom: 2rem;
}
.links section {
	width: auto;
	padding: 0 1rem;
}
.links a {
	color: inherit;
	text-decoration: none;
	background-color: var(--comp);
	display: inline-block;
	width: 12rem;
	border-radius: 20px;
	padding: .5rem .25rem;
	text-align: center;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .5);
}
.links a:hover {
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .5);
}
@media only screen and (max-width: 1385px) {
	.links {
	}
}