.rs-17 .rs-text-block  {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:  #DDE0E8;
}
.rs-17 .rs-text-block h2{
	margin-bottom: 30px;
	margin-top: 7px;
    font-size: 36px;
    font-weight: 400;
}
.rs-17 .rs-text-block h3  {
	font-size: 24px;
    font-weight: 400;
	margin-bottom: 30px;
}
.rs-17 .rs-text-block h4{
    margin-bottom: 16px;
	margin-top: 10px;
}
.rs-17 .rs-text-block p{
    margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5;
}
.rs-17 .rs-text-block img  {
	margin-bottom:  30px;
}
.rs-17 .rs-text-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-text-block ul li {
    position: relative;
}
.rs-17 .rs-text-block ul li:before {
    padding-right: 8px;
    content: "\f00c";
    color: #424242;
    left: 0;
    top: 4px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rs-17 .rs-text-block .btn-outline{
	background-color: transparent;
	border: 1px solid #ED6A59;
	font-size: 14px;
	font-weight: 400;
	color: #ED6A59;
	padding: 6px 18px;
	white-space: normal;
}
.rs-17 .rs-text-block .btn-outline:hover,
.rs-17 .rs-text-block .btn-outline:focus{
	background-color: #ED6A59;
	color: #fff;
	outline: none;
}
.rs-17 .rs-text-block blockquote {
    background-color: #E2E5EC;
    
    padding: 10px 25px;
    margin: 10px 0 20px;
    font-size: 14px;
    border-left: 3px solid #ED6A59;
}
.rs-17 .rs-text-block .table-bordered>tbody>tr>td {
    border: 1px solid #B8BDC9;
	padding:  9px;
}
@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;
    }
	.rs-17 .rs-text-block h3  {
		font-size: 20px;		
	}
}