.news-item__title_new{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #002D52;
height:48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
margin-top:12px;	
display: -webkit-box;
}
.news-item__date{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 130%;
letter-spacing: 0.01em;
color: #002D52;

}