.our-clients {
	margin: 110px auto 90px;
	padding: 0 15px;
	width: 100%;
	max-width: 860px;
}

.our-clients__images {
	padding: 0;
	margin: 0 -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-clients__images img {
	display: block;
	max-width: 100%;
	margin: 0 15px;
}

.our-clients__text {
	margin-top: 40px;
	
	text-align: center;
	color: #565656;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
	font-family: "Roboto";
}

@media (max-width: 991px) {
	.our-clients {
		display: none;
	}
}