.rs-17 .rs-news{
	padding-top: 10px;
	padding-bottom: 30px;
}
.rs-17 .rs-news .section-title{
	position: relative;
	margin-top: 13px;
	margin-bottom: 30px;
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 100%;	
	color: #000000;
}

.rs-17 .rs-news .section-descr {
    width: 70%;
    text-align: center;
    margin: 35px auto 50px;
}
.rs-17 .rs-news .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-news  .news-item{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #DFE5EE;
	border-radius: 16px;
}
.rs-17 .rs-news  .news-item .news-description{
	padding:24px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rs-17 .rs-news  .news-title h3,
.rs-17 .rs-news  .news-title h3 a {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;

}
.rs-news-inner .about-main{
	margin-bottom: 24px;
}
.rs-17 .rs-news .news-date{
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */
	text-align: center;
	color: #000000;
	margin-top: 8px;
}
.rs-news-inner .news-date{
	margin-bottom: 24px;
}
.rs-news-inner p:not(:last-child){
	margin-bottom: 10px;
}
.rs-17 .rs-news .news-content{
	margin-top: 13px;
}
.news-more{
	margin-top: 24px;
}
.rs-news__link {
	width: 100%;
	height: 100%;
	display: block;

}
.rs-news__img {
	width: 100%;
	height: 264px;
	max-height: 214px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.rs-news__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s ease 0s;
	transition: -webkit-transform 1s ease 0s;
	transition: transform 1s ease 0s;
	transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.rs-17 .rs-news .news-image{
    display: block;
    overflow: hidden;
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    height: 215px;
}

.rs-17 .rs-news .news-more {
    border: 0;
    display: block;
    height: auto;
    text-align: center;
    width: 100%;
	
}
.rs-17 .rs-news .news-content p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #3F3F3F;
}

.rs-17 .rs-news .btn-outline{
	border-color: #9e9e9e;
	color: #616161;
	text-shadow: none;
	font-weight: 600;
}
.rs-17 .rs-news .btn-outline:hover,
.rs-17 .rs-news .btn-outline:focus{
	background-color: #818181;
	color: #fff;
	border-color: #818181;
}
.rs-17 .rs-news .rs-news-inner{
	padding-top: 5px;
	padding-bottom: 25px;
}
.rs-17 .rs-news .rs-news-inner  .news-item{
	margin-bottom: 30px;
	height: 100%;
}
.rs-17 .rs-news .news-footer {
	border-top: solid 1px #eee;
	padding-top: 20px;
	margin-top: 0;
}
.rs-17 .rs-news .pagination  a,
.rs-17 .rs-news .pagination   span{
	font-size: 12px;
	color: #7c7c7c;
	display: inline-block;
	padding: 5px;
}
.rs-17 .rs-news .pagination{
	margin-top: 0;
	margin-bottom: 10px;
}
.rs-17 .rs-news .pagination   .current{
	background-color: #c2c2c2;
	border-color: #c2c2c2;
	color: #fff;
}



@media (max-width: 991px){
	.rs-17 .rs-news .news-item{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: -4px;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-news .section-title{
		font-size: 28px;
	}
	.rs-17 .rs-news .section-descr{
		width: 100%;
	}
}
@media (max-width: 544px){
	.rs-17 .rs-news .news-block{
		width: 100%;
	}
}
.row-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}