/*  */

.navbar-links li a[href="/inspirat"] {
	text-decoration-color: white;
}

h2 {
	align-self: center;
	text-align: center;
}

.icons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4em;
}

.icons figure {
	padding: 1em;
	flex-grow: 1;
	flex-basis: 21%;
	text-align: center;
	font-size: min(0.5em + 1vw, 1em);
}

.icons img {
	height: 6em;
}

figcaption {
	font-weight: bold;
	font-size: 1.5em;
}

.logos {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 2em 0;
	gap: 4rem 4rem;
	/* gap: 4rem 1rem; */
	width: 80vw;
}

.logos img {
	height: 8em;
	object-fit: contain;
	max-width: 20em;
}

article {
	align-items: center;
}

.overflow {
	transform: none;
	left: auto;
}

article h2 {
	margin: 4rem 0 3rem 0;
}