section.mod_postcard_textonly div.StatTextOnly>ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	overflow: hidden;
	max-width: 1100px;
	margin: 40px auto -30px;
}

section.mod_postcard_textonly div.StatTextOnly>ul>li{
	flex: 1 0 200px;
	padding: 0;
	margin-bottom: 30px;
}

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

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

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

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic{
	display: flex;
	justify-content: center;
}

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatImage{
	display: block;
	padding: 0;
	height: 7em;
	width: 6em;
}

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

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText .StatTitle{
	order: 2;
	text-transform: uppercase;
	color: rgb(var(--grey3));
	font-size: var(--fs6);
	margin-bottom: 0;
	text-align: left;
	padding: 0 20px;
	font-family: var(--font-normal);
}



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

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure{
	display: flex;
    align-items: center;
}

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatPrefix{
	font-size: var(--fs6);
	color: rgb(var(--color2));
	font-family: var(--font-heading);
}

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatPrefix:not(:empty){
	margin-right: 5px;
}

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatNumber{
	color: rgb(var(--color2));
	font-family: var(--font-heading);
	margin-right: 5px;
}

section.mod_postcard_textonly div.StatTextOnly>ul>li .statistic .StatText .AnimationWrapper .StatFigure .StatSuffix{
	font-size: var(--fs6);
	color: rgb(var(--color2));
	font-family: var(--font-heading);
}


