.box {
  transition: box-shadow .3s;
  border-radius:10px;
 background: #fff;
}
.box:hover {
  box-shadow: 2px 2px 11px rgba(33,33,33,.8); 
}