.content_home {margin-top:20px;}

:nth-child(2).news_item {
    max-width: 740px;
    width: 69%;
    margin-bottom: 28px;
}

@media screen and (max-width: 470px) {
	
	.content_home {margin-top:40px;}
	
	
:nth-child(2).news_item {
    
    width: 95%;;
    margin-bottom: 5px;
}
	
}