.bg-brands {
    background-image: url(../images/brands/bgBrands.jpg);
}

.brandMoreIcon {
    transition: all 0.5s ease;
}
.singleBrandLink:hover .brandMoreIcon {
    scale: 1.1;
    rotate: 45deg;
    color: #1088d8;
}
