/* Нам доверяют */
#trust_us .slick-track{
	display:flex;
	margin-bottom:0px;
}
.trust_us__list_item{
	width:100%;
	height: auto;
	flex: 0 0 auto;
}
.trust_us__list_item>div{
	height:100%;
}
.trust_us__list_item img{
	max-width:180px;
	max-height:120px;
	height:auto;
	width:auto;
}
.trust_us__list_item{
	font-weight:700;
}
.trust_us__list_item_link{
	display:flex;
}

@media (max-width:576px) {
	#trust_us .slick-track{
		margin-bottom:15px;
	}
}