.rs-17 .rs-tabs {
    padding-top: 30px;
    padding-bottom: 15px;
}

.rs-17 .rs-tabs .section-title {
    position: relative;
    margin-top: 13px;
    font-size: 36px;
    font-weight: 400;
}

.rs-17 .rs-tabs .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 50px;
}

.rs-17 .rs-tabs .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}

.rs-17 .rs-tabs .nav-pills {
    margin-bottom: 30px;
}

.rs-17 .rs-tabs .nav-stacked>li+li {
    margin-top: 6px;
}

.rs-17 .rs-tabs .nav-pills>li>a {
    background: #FFF;
    color: #5A5F69;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    border-radius: 0;
    padding: 15px 29px;
}

.rs-17 .rs-tabs .nav-pills>li.active>a,
.rs-17 .rs-tabs .nav-pills>li.active>a:hover,
.rs-17 .rs-tabs .nav-pills>li.active>a:focus {
    background: #60BCB1;
    color: #fff;
}

.rs-17 .rs-tabs h4 {
    color: var(--black, #151618);
    margin-bottom: 12px;
    /* h3 */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
}
.rs-17 .rs-tabs h4 br{display: none}
.rs-17 .rs-tabs p {
    color: #151618;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    margin-bottom: 12px;
}

.rs-17 .rs-tabs img {
    border: none;
    padding: 7px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rs-17 .rs-tabs .float-right {
    float: right;
}

.rs-17 .rs-tabs .float-left {
    float: left;
}

.rs-17 .rs-tabs .table a {
    color: #151618;
}
.rs-17 .rs-tabs .tab-content ul{
    margin-bottom: 0;
}
.rs-17 .rs-tabs .tab-content li{
    position: relative;
    color: #151618;
    /* regular */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 10px;
}
.rs-17 .rs-tabs .tab-content li:before {
    content: "\f00c";
    color: #09A9BB;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-right: 10px;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
}
@media (max-width: 991px) {
    .rs-17 .rs-tabs .float-right {
        float: none;
    }
}

@media (max-width: 767px) {
    .rs-17 .rs-tabs .section-title {
        font-size: 25px;
    }
    .rs-17 .rs-tabs .section-descr {
        width: 100%;
    }
}
