.content-grid {
    border-radius: 10px !important;
    margin-bottom: 20px;
    padding: 10px;
    display: inline-table;
    /* border: none !important; */
    border: 1px solid #D0D0D0 !important;
    box-shadow: 0 0 8px #d0d0d0;
    border-radius: 15px;
}
.content-grid:hover {
    /* background-color: #007fe0 !important;
    color: #fff !important; */
}
.content-grid ul{
    padding-left: 10px;
}
/* .cont_grid_boter:nth-child(1) {
    border-right: 1px solid #132d54;
}
.cont_grid_boter:nth-child(2) {
    border-right: 1px solid #132d54;
} */