html body .block.block-news .news-wrapper .news-container .news-box .inner-block:first-child {
  display: none;
}
@media(max-width: 761px) {
  html body .block.block-news .news-wrapper .news-container .news-box .inner-block:first-child {
    display: block;
  }
  html body .block.block-news .news-wrapper .news-container .news-box .inner-block:last-child {
    display: none;
  }
}
