.block-news .list-card:nth-child(n+7) {
    display: none;
  }
  .top-pickup-card ul {
    overflow: hidden;
    zoom: 1;
  }

@media screen and (max-width: 767px) {
  .block-news .list-card:nth-child(n+7) {
    display: none;
  }
}