#news-app.news-list {
    position: relative;
    min-height: 100px;
}
.news-list {
  padding: 50px 0;
}

@media screen and (max-width: 1299.9px) {
  .page-top {
      width: 80%;
      max-width: 850px;
  }
  .page-top .midasi {
      margin-top: 2rem;
      font-size: 16px;
  }
}