.rs-17 .rs-offers{
	padding-top:  55px;
}
.rs-17 .rs-offers .offers-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.rs-17 .rs-offers .offers-list li{
	padding-top: 0px;
	padding-bottom: 50px;
}
.rs-17 .rs-offers .offers-list li:nth-child(2){
	/*background-color: #f9f9f9;*/
}
.rs-17 .rs-offers h2{
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.rs-17 .rs-offers h3{
	font-weight: 400;
	font-size: 26px;
	padding-top: 0px;
}
.rs-17 .rs-offers h4{
	line-height: 1.4;
	margin-bottom: 15px;
}

.rs-17 .rs-offers p{
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 0.4px;
}

.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 .btn-color{
	padding-left: 28px;
	padding-right: 28px;
	background-color: #FFCC00;
    font-size: 14px;
    font-weight: 700;
    color: #424242;
    border: 1px solid transparent;
    padding: 6px 18px;
    white-space: normal;
    -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: #FFE26E;
	color: #424242;
	outline: none;
}
.rs-17 .rs-offers .add-text{
	font-size: 12px;
	margin-top: 20px;
}

.rs-17 .rs-offers blockquote {
    background-color: #F4F8FF;
    display: flex;
    flex-direction: column;
    padding: 12px 25px;
    margin: 10px 0 10px;
    font-size: 14px;
    border-left: 4px solid #2688E8;
    border-radius: 2px;
    font-style: normal;
}

/*@media (min-width: 992px){
	.rs-17 .rs-offers .block-about .row{
		display: flex;
	}
	.rs-17 .rs-offers .block-about .row .col-md-6{
		display: flex;
		flex-direction: column;
		margin: auto;
		justify-content: center;
	}
}*/
@media (max-width: 991px){
	.rs-17 .rs-offers h2{
		margin-top:  25px;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-offers h2{
		font-size: 25px;
	}
	.rs-17 .rs-offers h3{
		font-size: 20px;
	}
	.rs-17 .rs-offers p{
		font-size: 14px;
	}
}
.rs-17 .rs-offers .offers-list .block-about{
	line-height: normal;
}
.rs-17 .rs-offers .offers-list .block-about ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.rs-17 .rs-offers .offers-list .block-about ul li{
	padding-bottom: 0;
}

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