 /*pillars blok*/
 .news #search_block h2{
     text-align: center;
 }
#search_block h1,
#search_block h2,
#search_block h3,
#search_block h5{
    color:#fff;
}
#search_block.black-text h1,
#search_block.black-text h2,
#search_block.black-text h3,
#search_block.black-text h4,
#search_block.black-text h5,
#search_block.black-text p{
    color: #000;
 }
 #news_block .news-panel{
    width: 100%;
    border:1px solid #F3F3F3;
    padding: 24px;
    position:relative;
    box-shadow: 0px 0px 5px #ccc;
    background:linear-gradient(225deg, transparent 75px, #fff 30px);
    height: 100%;
    padding: 70px 30px 15px;
    border-radius: 0px 60px 0px 0px;
 }
 #news_block a{
     display: block;
     color: #000;
     height: 100%;
 }
  
  #news_block .news-panel:before{
    content: 'READ MORE';
    display: block;
    position: absolute;
    right: 24px;
    bottom: 10px;
    color: #F08B00;
    font-size: 16px;
    font-weight: 700;
  }
  #news_block .news-panel .dates{
    font-size: 12px;
    font-family: 'Roboto', sans serif;
    line-height: 12px;
  }
  #news_block .first .news-panel::before {
    content: 'READ MORE';
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #F08B00;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
  #news_block .news-panel .dates:before{
      content:"";
    background: url("/wp-content/uploads/2020/08/date.png");
    position: relative;
    width: 10px;
    background-size: cover;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
    
  }
.category {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 12px;
}

.category .cat-name{
    display: none;
}
  #news_block h5{
    color:#000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
margin-bottom: 10px;
 }
  #news_block p{
    line-height: 24px;
 }

.flag {
width: 30px;
height: 30px;
display: inline-block;
border-radius: 50px;
position: relative;
top: 10px;
margin-left: 10px;
margin-right: 10px;
}
.flag:last-child {
margin-right: 0px;
}
