.service-list .item {
    width: 100%;
    position: relative;
}

.service-list .name {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-top: solid 1px #ddd;
    background: url(../../images/common/footer_bg.jpg) repeat;
    box-sizing: border-box;
    padding: 15px 35px;
    position: relative;
}

/*.service-list .name:before {
    content: 'x';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    position: relative;
    top: -2px;
}*/

.service-list .description {
    border: solid 1px #ddd;
    box-sizing: border-box;
    padding: 30px 50px 30px 130px;
    font-size: 15px;
    color: #454c59;
    line-height: 1.9;
    position: relative;
    border-bottom-width: 0;
}

.service-list .item:last-child .description {
    border-bottom: solid 1px #ddd;
}

.service-list .description:before {
    content: '';
    display: block;
    width: 56px;
    height: 42px;
    border-right: dotted 1px #ddd;
    position: absolute;
    left: 45px;
    top: 0;
    bottom: 0;
    margin: 25px auto 0;
    background: url(../../images/common/service/icon.png) no-repeat 0 0;
}

@media screen and (max-width: 767px) {
    .service-list .name {
        padding: 10px 20px;
    }
    .service-list .description {
        padding: 25px;
        padding-top: 75px;
    }
    .service-list .description::before {
        border: none;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 15px;
    }
    .service-list .name {
        text-align: center;
    }
    .service-list .name::before {
        display: block;
        text-align: center;
    }
}