/* grid berita */
.section-news {
  margin-top: -80px;
}
/* PAGINATION */
.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination button {
  width: 32px;
  height: 32px;
  border: none;
  background: #eee;
  cursor: pointer;
}

.pagination button.active,
.pagination button:hover {
  background: #d10000;
  color: #fff;
}
