.feature-list {
    padding: 0 17px;
    padding-bottom: 36px;
}

.feature-item {
}

.feature-title {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 12px;
    position: relative;
}

.feature-title:before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 10px;
    background: #0091FF;
    border-radius: 3px;
    position: absolute;
    left: -17px;
    top: 5px;
}

.feature-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    margin-bottom: 19px;
}