#news-page {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}

.news-page-title {
  display: flex;
  margin-top: 80px;
  justify-content: center;
}

.news-page-title-image {
  width: 30%;
  height: auto;
}

/* news list */
.news-list-section {
  width: 80%;
  height: 100%;
  margin: 0 auto;

}

.news-list-tags {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  gap: 10px;
}

.news-list-tag-item {
  margin: 0 5px;
}