#inc07 {
  position: relative;
  /*
    background: #eff5ff;
    background-size: cover;
    */
  box-sizing: border-box;
        display: block;


}

#inc07 .cont_wrap{
        position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 120px 70px;
    border-left: 1px solid #e1e1e1;
}




#inc07 .leftnewsblock {
  display: flex;
  flex-direction: column;
  padding: 145px 90px 0;
  background: #f0f0f0 url(img/newsbgs.jpg) repeat center center;
  background-size: cover;
}
#inc07  .newssubtitle {
  font-size: 18px;
  margin-bottom: 20px;
    text-transform: uppercase;
}
#inc07  .newstitle {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
}
#inc07 .leftnewsblock .newsdescription {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 50px;
  max-width: 500px;
}
#inc07 .leftnewsblock .newsbutton {
  padding: 15px 30px;
    background: #dd990d;
  width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
    color: #fff;
}
#inc07 .leftnewsblock .newsbutton svg {
  fill: #fff;
}
#inc07 .rightnewsblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 90px 0px 90px;
}
#inc07 .rightnewsblock .newsblock {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*column-gap: 30px;*/
  flex-wrap: wrap;
        gap: 30px;
  /*row-gap: 30px;*/
}
#inc07 .rightnewsblock .newsbox {
  /*background: rgba(0, 0, 0, 0.3); 
    flex:2;
    */
  width: calc( (100% - 30px) / 2 );
  padding: 50px 50px;
  border-radius: 20px;
  box-sizing: border-box;
        border: 1px solid #e1e1e1;
    border-bottom: 10px solid #e9e9e9;
  /* filter: blur(10px); */
  
  /*
    backdrop-filter: blur(9px);
    border: rgba(7, 31, 65, 0.14) 1px solid;
    */
}
#inc07 .rightnewsblock .newsblock .newsheadline {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

#inc07 .rightnewsblock .newsblock .newsheadline img{
    height: 40px;
}




#inc07 .rightnewsblock .newsblock .newsheadline svg {
  margin-right: 7px;
  fill: #333;
}
#inc07 .rightnewsblock .newsblock .newstitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
#inc07 .rightnewsblock .newsblock .newscontent {
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#inc07 .rightnewsblock .newsblock .newsdate {
  display: flex;
  justify-content: flex-end;
}
#inc07 .rightnewsblock .newsblock .dateinfo {
  line-height: 1.5;
}
#inc07 .rightnewsblock .newsblock .newsmore {
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
}
#inc07 .rightnewsblock .newsblock .newsmore svg {
  fill: #ECAB24;
  margin-left: 10px;
}