

.card-icon {
    height: 57px;
    width: 57px;
/*    border-bottom: 1px solid #004ba0 ;
    border-left: 1px solid #004ba0 ;*/
}

.card-icon .icon-item{
    color: #d6d6d6;
    /*color:lightslategrey;*/
    display: grid;
    place-items: center;
    height: 100%;
    transition: all 400ms ease ;
}

.card-icon .icon-item i{
    font-size:24px
}


.card-icon .icon-item:hover{
    /*background-color: lightslategrey;*/
    /*color: #f1f1f1;*/
    color: #004ba0;
    transition: all 400ms ease ;
    cursor: pointer;
}
