/*.brands{margin-top:60px;}
.brands .pin-servise-inner{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin:20px 0;
}
.brands .pin-servise-item{
width: 178px;
height: 178px;
background: #FFFFFF;
box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
.brands .pin-servise-item a{
    width: 178px;
    height: 178px;
    display: block;
    position: relative;
    margin: 0px;
	   
    background-position: center;
    background-repeat: no-repeat;  
	background-size: auto;
    overflow: hidden;
}

.brands .pin-servise-item img{
    width: 140px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brands h4{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #13100D;
    margin: 0;
}


.brands a{
	text-decoration: none;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #EE1C24;
    float: right;
    margin-top: -20px;
}
@media (max-width:1199px){
    .brands .pin-servise-inner {
        display: flex;
        justify-content: center;
    }
}*/

.brands-list .pin-servise-item img{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    object-fit:contain;
    object-position:center;
}