.brands-img img{
    filter: grayscale(1);
    opacity: .5;
    transition: .2s all ease-in-out;
}
.brands-img:hover img{
    filter: grayscale(0);
    opacity: 1;
}