    .case > div{
        background: rgb(0, 54, 104);
        color: white !important;
        border-radius: 20px;
        transition: all 0.3s ease-out !important;
        cursor: pointer;
    }
    
    .case > div > a{
        color: white !important;
    }
    
    .case:hover > div{
        border: 1px solid rgb(0, 54, 104) !important;
        border-radius: 20px;
        background: white;
        color:rgb(0, 54, 104) !important;
    }
    
    .case:hover > div > a{
        color:rgb(0, 54, 104) !important;
    }
