.load-more {
  display: flex;
  justify-content: center;
}
.load-more .btn {
  min-width: 230px;
}
.pagination__list li:empty {
  display: none;
}