.description-hover {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.group:hover .description-hover {
    opacity: 1;
}