.rs-17 .rs-text-block{
	padding-top: 40px;
	padding-bottom: 40px;
}
.rs-17 .rs-text-block.rs-text-block-1  {
	background-color:  #fafafa;
}
.rs-17 .rs-text-block h2{
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 36px;
}
.rs-17 .rs-text-block p{
	line-height: 1.5;
}
.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{
	content: "\f00c";
	color: #ff9600;
	display: inline-block;
	padding-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rs-17 .rs-text-block blockquote {
    background-color: #fafafa;
    padding: 20px;
    margin: 10px 0 15px;
    font-size: 16px;
    border-left: 3px solid #006a00;	
}
.rs-17 .rs-text-block img  {
	margin-bottom:  10px;
}
.rs-17 .rs-text-block .btn  {
	font-weight:  700;
}
.rs-17 .rs-text-block .col-3  {
	margin-bottom:  10px;
}

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