section.mod_sections_textonly div.StatTextOnly>ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	justify-content: center;
	overflow: hidden;
	margin-bottom: -30px;
	margin-top: 40px;
}

section.mod_sections_textonly div.StatTextOnly>ul>li{
	flex: 1 0 180px;
	padding: 0 20px;
	border-right: 1px solid rgb(var(--color2));
	margin-right: -1px;
	margin-bottom: 30px;
	max-width: 360px;
}

section.mod_sections_textonly div.StatTextOnly>ul>li:last-child{
	border-right: 0px solid transparent;
}

section.mod_sections_textonly h2.bloqTitle{
	text-align: center;
}

section.mod_sections_textonly  h2.bloqTitle br+span{
	padding-left: 0;
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatImage{
	display: block;
	height: 100px;
	padding-bottom: 10px;
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatImage img{
	object-fit: contain;
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatText{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatText .StatTitle{
	order: 2;
	text-transform: uppercase;
	color: rgb(var(--color2));
	font-size: var(--fs5);
	margin-bottom: 0;
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatText .StatDescription{
	display: none;
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatPrefix{
	font-weight: 900;
	color: rgb(var(--color1));
	font-size: var(--fs4);
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatNumber{
	font-weight: 900;
	color: rgb(var(--color1));
}

section.mod_sections_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatSuffix{
	font-weight: 900;
	color: rgb(var(--color1));
	font-size: var(--fs4);
}


