.otzyvy-klientov-list .pagination {
    align-items: center;
    margin: 0 0 32px 0;
}
.otzyvy-klientov-list .wrapper {
	padding-bottom: 50px;
}
.otzyvy-klientov-list__items {
	margin: 0 0 65px 0;
	color: #161616;
}
.otzyvy-klientov-list__item {
	margin: 0 0 50px 0;
}
.otzyv_content {
	line-height: 1.3;
	margin-top: 5px;
}
.otzyv_content .flex {
	align-items: center;
	margin: 0 0 20px;
}
.otzyv_picture img {
	width: 208px;
	height: auto;
	margin: 5px 34px 5px 5px;
}
	.otzyv_picture a img {
		box-shadow: 0 0 5px rgb(191, 191, 191);
	}
.otzyv_content h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.info_klient {
	font-size: 14px;
	color: #858585;
}
.logo_klient {
	margin-right: 20px;
}
	.logo_klient img {
		width: 100px;
		height: auto;
	}
@media only screen and (min-width: 1222px){
	.otzyvy-klientov-list__items {
		width: 1060px;
	}
}