.content-box-hover {
    transition: box-shadow 1.5s;
}

.content-box-hover:hover {
    box-shadow: 0 0 15px rgba(33,33,33,.2); 
}