section .trusted-by ul {
	list-style: none;
}

section .trusted-by ul li {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

section .trusted-by img {
	max-height: 70px;
	max-width: 150px;
	filter: saturate(0%);
	transition: 0.2s;
}

section .trusted-by img.drop-shadow {
	filter: saturate(0%) drop-shadow(3px 3px 3px #888);
}

section .trusted-by img:hover {
	filter: saturate(100%);
	transform: translate(0, -2px);
}

section .trusted-by img.drop-shadow:hover {
	filter: saturate(100%) drop-shadow(3px 3px 3px #888);
	transform: translate(0, -2px);
}

section .trusted-by img.mar25 {
	margin-top: 25px;
}

section .trusted-by img.mar45 {
	margin-top: 45px;
}

@media (max-width: 767px) {
	section .trusted-by li {
		width: 150px;
	}

	section .trusted-by div.cell-middle {
		width: 100%;
	}
}


section .trusted-by div.cell-middle {
	vertical-align: middle;
	height: 60px;
	display: table-cell;
}

section .trusted-by div.cell-bottom {
	vertical-align: bottom;
	height: 60px;
	display: table-cell;
}

section .trusted-by ul {
	padding-inline-start: 0px;
}

.trusted-by {
	margin-top: 20px;
	margin-bottom: 20px;
}