.brand-slider-section img{
  cursor: pointer;
  opacity: 0.6;
  transition: all .5s ease;
}
.brand-slider-section img:hover{
   opacity: 1;
}
