.features{
    margin-bottom: 50px;    
}
.features_left{
    display: flex;
    flex-direction: column;
}
.feature{
    /* flex: 1; */
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
}
.feature span{
    font-weight: 700;
}
.features_left{
    text-align: right;
}
.feature__text{
    color: #00A0E3;
    text-align: left;
}
.feature__text>span{
    color: #000;
}
.one-click{
    color: #00A0E3;
    font-size: 18px;
    font-weight: 500;
}
.phone_sample{
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.emitent{
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}
.emitent-marker{
    color: #00A0E3;
}
.marker{
    margin-right: 10px;
}