﻿.division-item {
    transition: box-shadow 0.3s ease;
}

.division-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


