.habeo-group-content__key-figures {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 3em;
	justify-content: center;
	margin: 6em 0 3em;
	padding: 0;
}

.habeo-group-content__key-figure {
	box-sizing: border-box;
	flex: 0 1 calc(25% - 2.25em);
	margin: 0;
	min-width: 0;
	text-align: center;
}

.habeo-group-content__key-figures--cols-1 .habeo-group-content__key-figure {
	flex-basis: 100%;
}

.habeo-group-content__key-figures--cols-2 .habeo-group-content__key-figure {
	flex-basis: calc(50% - 1.5em);
}

.habeo-group-content__key-figures--cols-3 .habeo-group-content__key-figure {
	flex-basis: calc(33.333% - 2em);
}

.habeo-group-content__key-figures--cols-4 .habeo-group-content__key-figure {
	flex-basis: calc(25% - 2.25em);
}

.habeo-group-content__key-figure-value {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.65;
	margin: 0;
}

.habeo-group-content__key-figure-label {
	font-size: 1em;
	line-height: 1.35;
	margin: 0.65em 0 0;
}

@media (max-width: 1100px) {
	.habeo-group-content__key-figures:not(.habeo-group-content__key-figures--cols-1) .habeo-group-content__key-figure {
		flex-basis: calc(50% - 1.5em);
	}
}

@media (max-width: 600px) {
	.habeo-group-content__key-figures {
		gap: 1.75em;
	}

	.habeo-group-content__key-figure {
		flex-basis: 100%;
	}
}
