.brands-list{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: space-between;
}
.brands-list a{
	color: #212529 !important;
}
.brands-list a:hover {
	text-decoration: none;
}
.manufacturer-brands h1{
	margin:45px 0 25px;
}
.manufacturer-brands .brands-heading {
	margin-bottom: 35px
}
.brands-item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 49%;
	margin: 5px 5px 25px;
}
@media(max-width:990px){
	.brands-item {
		width: 100%;
	}	
}
.brands-logo {
	display:block;
	width:20%;
	min-width: 150px;
}
.brands-logo img {
	width: 100%;
}
.brands-text.description__body{
	display:block;
	width: calc(75% - 30px) !important;
	max-width: calc(100% - 150px);
	Padding: 25px 25px 15px 35px;
	min-height: 150px;
	margin-right: 30px;
}
a:hover .brands-text h3 {
	text-decoration: underline;
	color: #212529 !important;
}
