.rs-17 .rs-offers .offers-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.rs-17 .rs-offers .offers-list>li{
	padding-top: 35px;
	padding-bottom: 35px;
}
.rs-17 .rs-offers .offers-list>li:nth-child(2n){
	background-color: #f0f0f0;
}
.rs-17 .rs-offers h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #424242;
	line-height: 1.3;
}
.rs-17 .rs-offers h3{
	font-weight: 300;
}
.rs-17 .rs-offers h4{
	line-height: 1.4;
	margin-bottom: 15px;
}
.rs-17 .rs-offers p{
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 10px;
	color: #424242;
}
.rs-17 .rs-offers div+h4{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Open Sans" , sans-serif;
}
.rs-17 .rs-offers .add-text{
	font-size: 12px;
	margin-top: 20px;
}
.rs-17 .rs-offers .bq-01{
	display: flex;
}
.rs-17 .rs-offers blockquote {
    background-color: #fafafa;
    width: 100%;
    padding: 19px 25px;
    margin: 10px 0 10px;
    font-size: 16px;
    border-left: 4px solid #111;
    border-radius: 2px;
    font-style: normal;
}
.rs-17 .rs-offers .btn-color {
	padding: 6px 19px;
	font-weight: 700;
	background-color: #0089cf;
	color: #FFF;
	font-size: 14px;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.rs-17 .rs-offers .btn-color:hover,
.rs-17 .rs-offers .btn-color:focus {
	background-color: #009ff0;
	color: #fff;
	outline: none;
}
.rs-17 .rs-offers img{
	margin-bottom: 15px;
}
@media (min-width: 992px){
	.rs-17 .rs-offers .row{
		display: flex;
	}
	.rs-17 .rs-offers .row .col-md-6{
		display: flex;
		flex-direction: column;
		margin: auto;
		justify-content: center;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-offers h2{
		font-size: 25px;
	}
}
.rs-17 .rs-offers .offers-list .block-about{
	line-height: normal;
}
.rs-17 .rs-offers .offers-list .block-about ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
.rs-17 .rs-offers .offers-list .block-about ul li{
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.3;
}

.rs-17 .rs-offers .offers-list .block-about ul li:before {
	content: "\f00c";
	/*color: #0089cf;*/
	color: #f9a61a;
	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;
}