.news-feed {
  margin: 0 auto;
  max-width: 996px;
  padding: 30px 20px;
}

/*.news-feed__items {
  display:flex;
  flex-direction:row;
}*/

.news-feed__block {
  padding:0 10px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: flex-start
}

.news-feed__block.col-12 {
    flex-direction: row;
    justify-content: flex-start;
    padding:0;
}

.news-feed .news {
  padding:0 10px;
}

.news-feed__header * {
  font-size: 30px;
  line-height: 30px;
  
}

.news-feed__header a, .news-feed__header a:hover {
  color: #ffffff;
  text-decoration: none;
}

.news-feed__header:hover h2 {
  background-color: #da2e32;
}

.news-feed__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: space-between;*/
  margin-bottom: 10px;
}

.news-feed__header .button_sm, .news-feed__header .button_em {
  margin-top:0;
}

.news-feed__header h2 {
  display: inline-block;
  background-color: #a42d36;
  font-size: 26px;
  padding:5px 20px;
  color:#fff;
}

.news-feed__footer {
  text-align: right;
}

.news-feed__item {
  /*border:1px solid #000;*/
  margin-bottom: 20px;
}

.news-feed__block .news__no-image .news__title {
  font-size: 12px;
  line-height: 18px;
}

.news-feed__block .news__has-image, .news-feed__block .news__no-image {
  margin-bottom: 10px;
}

.separator-news div {
  width:1px; height:100%; background-color: #f0f0f0;
}

.featured-news {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.featured-news__wrap {
  width: 100%!important;
}

.featured-news:after {
  content: '';
  position: absolute;
  bottom:0;
  left: 10px;
  right:10px;
  height: 1px;
  border-bottom: 1px solid #d9d9d9;
}

.featured-news .news__image {
  margin-right: 10px;
}


@media screen and (max-width: 1024px) {
  .news-first .news__items {
    flex-direction: column;
  }
  
  .news-first .news__image.focuspoint {
    width: 100%;
    height:200px;
    margin-right: 0;
    flex:0 0 auto;
    margin-bottom: 10px;
  }
  
  .featured-news .news__image {
    width: 200px;
    height: 138px;
    flex: 0 0 200px;
  }
  
}

@media screen and (max-width: 768px) {
  .news-second .news__items {
    flex-direction: column;
  }
  
  .news-second .news__image.focuspoint {
    width: 100%;
    height:200px;
    margin-right: 0;
    flex:0 0 auto;
    margin-bottom: 10px;
  }

  .rss-subscribe {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .news-feed .news {
    padding: 0;
  }
  
  .news-feed__header.pl-1, .news-second.pl-1 {
    padding-left:0;
  }
  
  .news-feed__header h2 {
    font-size: 22px;
  }
  
  .news-first .news__image.focuspoint, .news-second .news__image.focuspoint {
    height:200px!important;
  }
  
  .featured-news:after {
    left: 0;
    right: 0;
  }
  
  .featured-news .news__image {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-right: 0;
    flex: 0 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
  }
  
  .news-second {
    flex-direction: column;
  }
  
  .news-second .news-feed__item {
    width:100%;
  }
  
  .separator-news {
    display: none;
  }
  
  .news-second .news__image.focuspoint {
    height:300px;
  }
  
  .news-feed__block.col-12 {
    flex-direction: column;
  }
  
  .news.col-6 {
    width:100%;
  }
}
