/* Head at company page */
.feature {
	text-align: center;
}
/*
.feature .flow {
	--flow-space: 1em;
}
*/
@media screen and (min-width: 60em) {
	/* switch to overlay */
	.feature {
		position: relative;
	}
	.feature figure {
		position: relative;
	}
	.feature header {
		position: absolute;
		z-index: 2;
		left: 50%;
		top: 50%;
		transform: translate(0%, -50%);
	}
}
.feature header {
	display: flex;
	flex-direction: column;
	gap: 1em;
}