.rs-17 .rs-text-block .container{
	padding-bottom: 80px;
}

.rs-17 .rs-text-block h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #111111;
    margin: 0 0 16px;
}
.rs-17 .rs-text-block ul+ h4{
    margin-top: 30px;
}
.rs-17 .rs-text-block h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    margin: 0 0 24px;
}
.rs-17 .rs-text-block .d-flex{
    display: flex;
    flex-wrap: wrap;
}
.rs-17 .rs-text-block p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4A4E52;
}
.link-text-block{
    display: flex;
    margin-bottom: 40px;
    margin-top: 20px;
}
.link-text-block >svg {margin-left: 8px}
.rs-17 .rs-text-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-text-block ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4A4E52;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    padding-right: 32px;
}
.rs-17 .rs-text-block ul li:before {
    content: '';
    background:#FFFFFF url("../../img/check_icon.svg") no-repeat center;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px;
    margin-right: 10px;

    width: 36px;
    min-width: 36px;
    height: 36px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rs-17 .rs-text-block blockquote {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;

    width: 100%;
    height: auto;

    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 0;
}
@media (max-width: 991px){
    .rs-17 .rs-text-block blockquote:last-child{
        margin-bottom: 24px;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-text-block .table-responsive>.table>thead>tr>th,
    .rs-17 .rs-text-block .table-responsive>.table>tbody>tr>th,
    .rs-17 .rs-text-block .table-responsive>.table>tfoot>tr>th,
    .rs-17 .rs-text-block .table-responsive>.table>thead>tr>td,
    .rs-17 .rs-text-block .table-responsive>.table>tbody>tr>td,
    .rs-17 .rs-text-block .table-responsive>.table>tfoot>tr>td {
    white-space: normal;
    }
    .rs-17 .rs-text-block h2{
    font-size: 25px;
    }
}