.clientsListe .uniformSpacing{
	max-width: 1100px;
}

.imgContainer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	border: 1px solid #8dc723;
	padding: 1.5em;
	
	
}

.clientsListe img{
	width: 18%;
}

.clientsListe .basicBlocTitle {
	font-weight: bold;
	font-size: 2.5em;
}

.clientsListe .specialVisualElement {
	left: -2em;
	bottom: -0.3em;
}

.clientsListe .basicBlocSubtitle {
	font-size: 1.5em;
	color: var(--basicColor5);
	padding-bottom: 1em;
}

@media screen and (max-width:900px) {
	.clientsListe .uniformSpacing{
		padding-left: 1em;
	}

}

@media screen and (max-width:750px){
	.clientsListe img {
		width: 22%;
	}
}
@media screen and (max-width:450px){
	.clientsListe img {
		width: 47%;
	}
}