.references-block {
  margin: 75px 0;
}

.references-title {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	color: var(--darkred);
}

.logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.logo {
	margin: 15px 25px;
}

.logo a {
	display: block;
}

.logo a:hover {
	opacity: 0.5;
}

.logo img {
	margin: 0;
	width: auto;
	display: block;
	max-height: 70px;
	max-width: 180px;
}


/*Editor only*/


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Responsive 1450px - 1025px
--------------------------------------------------------------*/
@media screen and (max-width: 1450px) and (min-width: 1025px) {

	.references-block {
	  margin: 50px 0;
	}

	.logos {
	  justify-content: space-evenly;
	}

	.logo {
		margin: 10px 20px;
	}

	.logo img {
		max-height: 55px;
		max-width: 140px;
	}

}

/*--------------------------------------------------------------
## Responsive 1024px - 641px
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) and (min-width: 641px) {

	.references-block {
	  margin: 35px 0;
	}

	.logos {
	  justify-content: space-evenly;
	}

	.logo {
		margin: 10px 15px;
	}

	.logo img {
		max-height: 40px;
		max-width: 110px;
	}

}

/*--------------------------------------------------------------
## Responsive 640px - 300px
--------------------------------------------------------------*/
@media screen and (max-width: 640px) and (min-width: 300px) {

	.references-block {
	  margin: 25px 0;
	}

	.logos {
	  justify-content: space-evenly;
	}

	.logo {
		margin: 10px 15px;
	}

	.logo img {
		max-height: 30px;
		max-width: 80px;
	}

}
