.rs-17 .rs-features-photo{
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
    background: url("../../img/capabilities_bg.jpg") no-repeat center;
    overflow: hidden;
    background-size: cover;
}
.rs-17 .rs-features-photo .section-title{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}

.rs-17 .rs-features-photo .special-content {
    margin-top: 50px;
}
.rs-17 .rs-features-photo .special-content h4{
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
}
.rs-17 .rs-features-photo .special-image {
    text-align: center;
    margin-bottom: -320px;
}
.rs-17 .rs-features-photo  .special-image img {
    display: inline-block;
}

/*колонки*/
.textcols {
    white-space: nowrap;
}
.textcols-item {
    white-space: normal;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 4%;
}

/*кнопка*/
.text-disctr {
    display: none;
}

.text-agent {
    display: none;
}

.show {
    display: block;
}

.img-partners1 {
    width: 70%;
    height: auto;
    margin-top: 30px;
}

.img-partners2 {
    width: 70%;
    height: auto;
    margin-top: 30px;
}


.rs-features-photo .btn-color {
    background-color: #0089cf;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid transparent;
    padding: 6px 18px;
    white-space: normal;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.rs-features-photo .btn-color:hover,
.rs-features-photo .btn-color:focus {
    background-color: #009ff0;
    color: #fff;
    outline: none;
}


.rs-features-photo p {
    margin: 0 0 10px;
}

.rs-features-photo ul {
    margin-top: 0;
    margin-bottom: 10px;
}


@media (max-width: 767px){
    .rs-17 .rs-features-photo .section-title {
        font-size: 25px;
    }
    .rs-17 .rs-features-photo .special-image {
        margin-bottom: 45px;
    }
    .img-partners1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .img-partners2 {
        width: 100%;
    }
    .textcols-item {
        display: block;
        width: 80%;
        margin: auto;
    }
}