#clients_block1 {
	width: 600px;
	height: 170px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch;
}
@media (max-width: 768px) {
#clients_block1 {
	width: 100%;
	height: 170px;
	position: relative;
	overflow: hidden;
	clear: both;
}
}