.ml-item{
    display: block;
    width: 20%;
    height: auto;
    float: left;
    padding-top: 30px;
}
.ml-item img{
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ml-item p{
    font-size: 12px;
    text-align: center;
    color:#222;
    line-height: 18px;
}
.moduleList .hh-section-main{
    padding-bottom: 30px;
}

@media (min-width:768px ) {
    .moduleList{
        display: none;
    }
}