.store-badge {
    width: 160px;
    transition: transform .2s;
}
.store-badge:hover {
    transform: scale(1.05);
}
