.activity-list li:hover .activity-img{
    transform: scale(1.05);
    transition: all 0.3s;
}
