.rs-17 .rs-offers {
	padding-top: 253px;
}

.rs-17 .rs-offers .offers-block {
	margin-bottom: 0px;
}

.rs-17 .rs-offers .offers-block .offers-info {
	z-index: 9;
	position: relative;
}

.rs-17 .rs-offers .offers-list {
    padding: 0;
    margin: 0;
    list-style: none;
	color: #424242;
	font-size: 16px;
}

.rs-17 .rs-offers h2,
.rs-17 .rs-offers .h2 {
    font-size: 46px;
    margin-top: 2px;
    margin-bottom: 21px;
    letter-spacing: 1px;
    color: #354764;
}

.rs-17 .rs-offers a.more-link {
    color: #333333;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #333333;
	display: inline-block;
	margin-top: 35px;
    padding: 16px 15px 14px;
    width: 100%;
    max-width: 332px;
    letter-spacing: 2.5pt;
}

.rs-17 .rs-offers p {
	line-height: 33px;
    margin-bottom: 12px;
}

.rs-17 .rs-offers .offers-text p:last-child {
    margin-bottom: 0;
}

.rs-17 .rs-offers img {
	position: relative;
	z-index: 9;
}

.img-bg {
	width: 684px;
	height: 589px;
	background: #eef0f3;
	position: absolute;
	top: -112px;
    right: -143px;
}

.img-bg.bg-even {
	top: -142px;
    right: 153px;
}

.rs-17 .rs-offers h3 {
    font-weight: 400;
}

.rs-17 .rs-offers h4 {
    line-height: 1.4;
    margin-bottom: 25px;
}

.rs-17 .rs-offers .btn-color {
    padding-left: 28px;
    padding-right: 28px
}

.rs-17 .rs-offers .add-text {
    font-size: 12px;
    margin-top: 20px;
}

@media(max-width: 1199px) {
	.img-bg {
		display: none;
	}
}

@media(max-width: 991px) {
	.rs-17 .rs-offers img {
		margin: 0 auto;
	}
	
	.rs-17 .rs-offers a.more-link {
		margin: 35px auto 0;
		display: block;
	}
}

@media (max-width: 767px) {
	.offers-block {
		margin-bottom: 30px;
	}
	
    .rs-17 .rs-offers h2,
    .rs-17 .rs-offers .h2 {
        font-size: 42px;
    }
	
	.offers-info {
		margin: 20px 0;
	}
}