.catalogue-available a .logo-store {
    width: 3rem;
    height: auto;
    transition: all .25s ease;
}

.catalogue-available a:hover .logo-store {
    width: 2.5rem;
}