@media screen and (max-width: 768px) {
  .news-list.main .item:not(:nth-child(1)){
    display: none;
  }
}
