.widget-departments ul {
    list-style: none;
    padding: 0px;
}

.widget-departments ul li {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 2%;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background-color: #f7f7f7;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.widget-departments ul li .list-icon {
    color: #32c5d2;
    font-size: 30px;
    display: block;
}

.widget-departments ul li .list-text {
    font-weight: 400;
}

.widget-departments ul li:hover {
    background-color: #f5f5f5;
}