.rs-17 .rs-text-block{
	padding-top: 18px;
	padding-bottom: 10px;
}
.rs-17 .rs-text-block h2{
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 36px;
	text-transform: uppercase;
}
.rs-17 .rs-text-block.rs-text-block7  h4{
    font-size: 15px;
}
.rs-17 .rs-text-block.rs-text-block7  h2{
    text-transform: none;
}
.rs-17 .rs-text-block.rs-text-block7  h4 a{
    color: #424242;
}
.rs-17 .rs-text-block blockquote {
    background-color: #fafafa;
    display: flex;
    padding: 14px 30px;
    margin: 15px 0 5px;
    font-size: 16px;
    border-left: 5px solid #972e3e;
    border-radius: 3px;
    background-image: url(/wp-content/themes/catalog/img/logo_ci.jpg);
    background-repeat: no-repeat;
    background-position: bottom 22px right 18px;;
}
.rs-17 .rs-text-block.rs-text-block6 blockquote {
    margin: 10px 0 10px;
}
.rs-17 .rs-text-block .btn-outline{
    margin-bottom: 3px;
	margin-top: 17px;
	border: 1px solid #a6a6a6;
	font-weight: 600;
	color: #424242;
}
.rs-17 .rs-text-block .btn-outline:hover,
.rs-17 .rs-text-block .btn-outline:focus{
	background-color: #972e3e;
	border: 1px solid #972e3e;
	color: #ffffff;
}
.rs-17 .rs-text-block p{
    margin-bottom: 10px;
	margin-top: 10px;
	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;
    padding-left: 25px;
}
.rs-17 .rs-text-block ul li:before {
    content: "\f00c";
    color: #b5b5b5;
    position: absolute;
    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;
}
@media (max-width: 767px){
   .rs-17 .rs-text-block h2{
    font-size: 25px;
    }
}