.chiffres_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 30px;
}

.chiffre_item {
	width: 100%;
	max-width: 216px;
	font-family: 'Barlow Condensed';
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.chiffre_item_round {
	 aspect-ratio: 1 / 1;
	 max-width: 150px;
	 width: 100%;
	padding-bottom: 10px;

}

.chiffre_item_round_content {
	font-size: 5rem;
    font-weight: 700;
}

.chiffre_item_round_content span {
	font-size: 2rem;
	text-transform: uppercase;
	margin-left: -20px;
}

.chiffre_item_label {
	text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    font-size: 1.4rem;
    margin-top: 20px;
}