.card-box:hover{
    background:#a2d3dcd9;
    transition: all 1s ease-in;
}
.card-box h4:hover{
    color:#fff;
}