.rs-17 .rs-text-block{
	padding-top: 30px;
	padding-bottom: 30px;
}

.rs-17 .rs-text-block h2{
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 36px;	
}

.rs-17 .rs-text-block p{
	line-height: 1.4;
}
.rs-17 .rs-text-block ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom:  10px;
}
.rs-17 .rs-text-block.rs-text-block-1 img,
.rs-17 .rs-text-block.rs-text-block-2 img{
	margin-bottom:  15px;
}
.rs-17 .rs-text-block ul li{
	position: relative;
}
.rs-17 .rs-text-block ul li:before{
	content: "\f00c";
	color: #0082c6;
	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 {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #e51e24;
	background-color:  #fafafa;
}
.rs-17 .rs-text-block.rs-text-block-3 blockquote {    
    font-size: 18px;    
}

@media (min-width: 1200px)  {
	.rs-17 .rs-text-block  ul li  {
		display:  inline-block;
	}
	.rs-17 .rs-text-block  ul li:first-child  {
		margin-right:  30px;
	}
}

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