.home-news-item{margin-bottom: 50px}
.home-news-item>a{display: block; text-decoration: none !important; color: black; transition: all var(--dur);-webkit-transition: all var(--dur);-moz-transition: all var(--dur);}
.home-news-item>a:hover{color: var(--color-main)}
.home-news-item-title{ font-size: 14px; font-family: var(--font-bold)}
.home-news-item-date{color: var(--color-main); font-size: 10px; text-transform: uppercase; font-family: var(--font-roboto); font-weight: bold}
.home-news-item-image{width: 100%}
.home-news-header{text-transform: uppercase; letter-spacing: 3px; font-family: var(--font-bold);font-size: 14px;margin-bottom: 50px}

@media (max-width: 979px){
		.home-news-item:last-child{display: none}
}
@media (max-width: 764px){
		.home-news-item:last-child{display: block}
}
.home-news-item-image img{width: 100%}