.client-logo-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.client-logo {
	width: max(12%, 150px);
	margin: 2%;
	align-self: center;
	flex: 1 1 auto;
	text-align: center;
}

.client-logo img.client-logo {
	width: min(100%, 120px);
}
