.logos-section {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.logo {
	display: flex;
	margin: 10px 0 0 0;
}

@media (min-width: 992px) {
	.logo {
		margin: 10px 0 0 10px;
	}
}

.logo a,
.logo-content {
	height: 80px;
	padding: 10px;
	background-color: rgb(255, 255, 255);
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logo a:hover,
.logo a:focus,
.logo-content:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/*--------------------------------------------------------------
# Editor only
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Responsive 1450px - 1025px
--------------------------------------------------------------*/
@media screen and (max-width: 1450px) and (min-width: 1025px) {

}

/*--------------------------------------------------------------
## Responsive 1024px - 641px
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) and (min-width: 641px) {

}

/*--------------------------------------------------------------
## Responsive 640px - 300px
--------------------------------------------------------------*/
@media screen and (max-width: 640px) and (min-width: 300px) {

}
