.rs-17 .rs-offers .offers-list{
	padding: 0;
	margin: 0;
	list-style: none;
	
	font-family: "Inter", system-ui;
}
.rs-17 .rs-offers.rs-offers-inner #block-cost1  {
	background-color:  #EBF7FF;
}
.rs-17 .rs-offers .offers-list li li{
	margin: 0;
	padding: 0;
	padding-left: 25px;
	
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: rgba(61, 87, 123, 1);
	background: transparent;
	
	position: relative;
}

.rs-17 .rs-offers .offers-list li blockquote{
	padding: 20px 24px 22px 24px;
	background: rgba(250, 250, 250, 1);
	border-left: 4px solid rgba(8, 126, 170, 1);
}

.rs-17 .rs-offers .offers-list li ul>li{
	background: transparent;
}

.rs-17 .rs-offers .offers-list li blockquote p{
	margin-bottom: 0;
}

.rs-17 .rs-offers .offers-list li ul{
	list-style: none;
	padding-left: 0;
}

.rs-17 .rs-offers .offers-list li ul li::before{
	content: url(../../img/check.svg);
	position: absolute;
	left: 0;
	top: 1px;
	
}

.rs-17 .rs-offers p{
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	color: rgba(61, 87, 123, 1);
	
	margin-bottom: 20px;
}

.rs-17 .rs-offers strong{
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}

.rs-17 .rs-offers .offers-list li{
	padding-top: 30px;
	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: 500;
	text-transform: uppercase;
	/* margin-top: 56px; */
/* 	margin-bottom: 25px; */
	letter-spacing: 1px;
}
.rs-17 .rs-offers h3{
	font-weight: 400;
}
.rs-17 .rs-offers h4{
	line-height: 1.4;
	margin-bottom: 25px;
}
.rs-17 .rs-offers img  {
	border-radius:  30px;
}
.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: 767px){
	.rs-17 .rs-offers h2{
		font-size: 25px;
	}
}

@media (min-width: 1200px)  {
	.rs-17 .rs-offers.rs-offers-inner #block-about0,
	.rs-17 .rs-offers.rs-offers-inner #block-about2  {
		background-image:  url('../../img/bg-1.png');
		background-repeat:  no-repeat;
		background-position:  top left 150px;
		padding-top: 50px;
	}
	.rs-17 .rs-offers.rs-offers-inner #block-cost1  {
		background-image:  url('../../img/bg-2.png');
		background-repeat:  no-repeat;
		background-position:  top right;
		padding-top: 50px;
	}
}

@media (min-width: 992px)  {
	.rs-17 .rs-offers .offers-list .row {
		display:  flex;
	}
	.rs-17 .rs-offers .offers-list .row .col-xs-12 {
		display:  flex;
		margin:  auto;
		flex-direction:  column;
		justify-content:  center;
	}
}