.brand_item{
	margin-bottom:1rem;
	border:solid 1px #e5e5e5;
	padding:15px;
	height: 97px;
	text-align:center;
	font-size:0.9em;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
.equipment_item{
	margin-bottom:1rem;
	border:solid 1px #e5e5e5;	
}
.equipment_cat_desc{
	padding:15px;
	font-size:0.9em;
}
.catalog-section-list-item-img{	
	opacity:0.7;	
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	overflow:hidden;
}
.brand_item img{
	max-height: 65px;  
    max-width: 100%; 
    width: auto;
    height: auto;   
}
.catalog-section-list-item-img:hover{
	opacity:1;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);	
}
.brand_item h3,
.equipment_item h3{
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:1em;
}
.catalog-section-equipment-img img{
	max-width: 100%; 
}