.serviceitem .serviceitem-tilet {
    /* width: 160px; */
    height: 60px;
}

.serviceitem-tilet span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #13950c;
    color: #fff;
    border-radius: 50%;
}

#servicelist .serviceitem div p.description {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    width: 100%;
}