.rs-17 .rs-news{
	padding-top: 10px;
	padding-bottom: 30px;
}
.rs-17 .rs-news .section-title{
	position: relative;
	margin-top: 13px;
	font-size: 36px;
	font-weight: 400;
}
.rs-17 .rs-news .section-title--text {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 120%;
	text-align: center;
	color: #000000;
}
.rs-17 .rs-news .section-title:after {
	background: #DDDDDD;
    content: "";
    display: none;
    height: 1px;
    margin-left: 16%;
    position: absolute;
    top: 30px;
    width: 68%;
    z-index: 1;
}

.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{
    display: block;
	background-color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 440px;
	overflow: hidden;
	    border: 1px solid #E2E2E2;
}
.rs-17 .rs-news  .news-title h3 {
    height: 47px;
    overflow: hidden;
    display: block;
    line-height: 21px;
    margin: 25px 0 13px;
    padding: 0 5px;
		
}
.rs-17 .rs-news  .news-title h3 a {
    font-family: 'Cormorant Garamond';
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		text-transform: uppercase;
		color: #000000;
}
.rs-17 .rs-news .news-date{
	color: #616161;
	font-weight: 300;
	display: none;
}
.rs-17 .rs-news .news-content{
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
}

.rs-17 .rs-news .news-item{
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
	overflow: hidden;
}

.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;
    padding: 5px 0 30px;
    width: 100%;
	
}
.rs-17 .rs-news .news-content p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	height: 49px;
	color: #424242;
	overflow: hidden;
}

.rs-17 .rs-news .btn-outline{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 22px;
	background: #9D5248;
	border-radius: 0px;
}
.rs-17 .rs-news .btn-outline:hover,
.rs-17 .rs-news .btn-outline:focus{
	
}
.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;
}
@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--text{
		font-size: 28px;
	}
	.rs-17 .rs-news .section-descr{
		width: 100%;
	}
}
@media (max-width: 544px){
	.rs-17 .rs-news .news-block{
		width: 100%;
	}
}