.x-features {
    padding: 100px 0 85px;
}
.section-title {
    margin-bottom: 50px;
}
.section-title span.bordered-icon {
    color: #dadada;
    padding: 0 10px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.section-title span.bordered-icon:before {
    left: 100%;
}
.section-title span.bordered-icon:before, .section-title span.bordered-icon:after {
    content: "";
    background: #dadada;
    width: 50px;
    height: 1px;
    top: 8px;
    position: absolute;
}

.x-features .col-md-6 {
padding: 0 30px;
}
