.box-home{
    box-shadow: 1px 2px 10px #ddd;
}
.box-home:hover{
    border: 1px solid #ccc;
    box-shadow: 1px 2px 12px #ddd;
}
/*.rounded-circle{*/
/*    width: 50%;*/
/*    height: 50%;*/
/*    border-radius: 100% !important;*/
/*}*/