.tbl_text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #242d38;
    font-family: open_sansregular;
}
.news-section__item-content{
    margin: 10px 0 0 20px !important;
}
.first_numer{
    float: left;
    margin-left: 20px;
}
.first_date{
    float: right;
    font-weight: 600;
    font-size: 14px;
}
.two_bl{
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}
.first_company_name{
    margin-left: 40px;
}
.news-section__name, .news-section__preview{
	 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}