.rs-articles{
	padding-top: 5px;
}
.rs-articles .rs-articles__wrapper  {
	margin-top:  75px;
	
}
.rs-articles .rs-articles__inner  {
	display:  block;
	margin-bottom:  35px;
}
.rs-articles .rs-articles__block  {
	border-bottom:  1px solid #424242;
	padding-bottom:  25px;
	margin-bottom:  35px;
	display: block;
}
.rs-articles .rs-articles__block:last-child  {
	border-bottom:  none;
}
.rs-articles .rs-articles__wrapper h3  {
	font-family: Lato;	
	font-size: 48px;	
	line-height: 1.3;
	letter-spacing: -0.02em;
	font-weight:  300;
	margin-bottom: 57px;
}
.rs-articles .rs-articles__block h4  {		
	margin-bottom:  15px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.6;
}
.rs-articles .rs-articles__block span  {		
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFFCF8;
	margin-right: 15px;
	transition: all 0.3s ease 0s;
}
.rs-articles .rs-articles__block:hover span  {
	margin-right: 25px;
}

@media (min-width: 1500px)  {
	.rs-articles .rs-articles__wrapper  {
		padding-left:  9px;
	}
	.rs-articles .rs-articles__block {		
		max-width: 1164px;
	}
}
@media (max-width: 991px){
	.rs-articles{
		padding-top: 30px;
	}
	.rs-articles .rs-articles__wrapper  {
		margin-top:  30px;
	}
	.rs-articles .rs-articles__wrapper h3  {			
		font-size: 26px;			
		margin-bottom: 30px;
	}
	.rs-articles .rs-articles__block h4  {
		font-size:  22px;
	}
	.rs-articles .rs-articles__block p  {
		font-size:  18px;
	}
}
@media (max-width: 767.98px)  {
	.rs-articles .rs-articles__block h4  {			
		font-size: 18px;		
	}
	.rs-articles .rs-articles__block span  {			
		font-size: 16px;		
	}
}