.value {
    transition: all 0.3s;;
}
.value:hover {
    cursor: pointer;
    color: black;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.value img {
    transition: all 0.3s;
}
.value:hover img {
    transform: scale(1.05);
}