.rs-17 .rs-features {
    padding-top: 0;
    padding-bottom: 82px;
    position: relative;
}
.rs-17 .rs-features .rs-features_container{
    margin-top: 0;
}
.rs-17 .rs-features .feature-block {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -4px;
}
.rs-17 .rs-features h2{
    margin-bottom: 30px;
}
.rs-17 .rs-features .feature-item {
    text-align: center;
    margin-bottom: 30px;
}

.rs-17 .rs-features .feature-item h4 {
    text-align: center;
    color: #151618;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 256px;
    margin: 22px auto 30px;
}

.rs-17 .rs-features .feature-item p {
    color: #616161;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rs-17 .rs-features .feature-item--icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    position: relative;
}

.rs-17 .rs-features .feature-item--icon img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    border: none;
   /* -webkit-filter: grayscale(100%) contrast(0);
    -moz-filter: grayscale(100%) contrast(0);
    -o-filter: grayscale(100%) contrast(0);
    -ms-filter: grayscale(100%) contrast(0);
    filter: grayscale(100%) contrast(0);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.rs-17 .rs-features .feature-item:hover img {
/*    -webkit-filter: grayscale(0) contrast(100%);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);*/
}

@media (max-width: 767px) {
    .rs-17 .rs-features .section-title--text {
        font-size: 25px;
    }
}