/************************************************************************************************************************************************************************************************************/
.menu-list {transition: all .3s linear;}
.el-row{
width: 23%;
    background: #fff;
    float: left;
    margin-left: 20px;
    margin-right: 20px;}
.el-col {
cursor: pointer;
    background: #fff;
    border-radius: 4px;
    height: 200px;
    padding: 20px 24px;
    box-sizing: border-box;
    transition: all .3s linear;}
.el-col-4{}
.single-menu{text-align: center;}
.top{}
.menu-icon{}
.name{font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 14px;}

.menu-list:hover {
    transition-timing-function: ease-in-out;
    box-shadow: 0 10px 8px 0 rgba(214,202,202,.25);
    transform: translateY(-8px);}
