.logos ul {
	width: 100%;
    clear: both;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 15px;
	padding: 0 !important;
}
.logos li {
	width: auto !important;
	margin: 0px !important;
}
.logos li figure {
	margin: 0px !important;
}
.logos img {
    filter: brightness(.25);
    width: auto !important;
    max-height: 62px;
}