.hosting-purchase {
    background: #f7f7f7;
}
.features-list {
    padding-top: 10px;
    padding-bottom: 35px
}
.hosting-purchase p {
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}

.features-list .features-item .name-features-item {
    font-size: 17px;
    font-family: Roboto; font-weight: 700;
}

.features-list .features-item {
    padding: 25px 15px 10px;
    font-size: 17px;
    line-height: 26px;
    font-family: Roboto; font-weight: 300;
}

.features-list .name-features-list .line-name {
    width: 80px;
    padding-bottom: 20px;
    border-top: 2px solid #ff8000;
    float: left;
}

.features-list .name-features-list .row-bottom-line {
    padding: 20px 0 0;
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 40px;
}

.features-list .name-features-list {
    padding: 0 15px 0px;
}
@media(max-width:767px) {
    .hosting-purchase p {
        font-size: 20px;
        line-height: 28px;
    }
    .features-list .features-item {font-size: 16px;}
    .features-list .features-item .name-features-item {font-size: 16px;}
}