.ds-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

@media (max-width: 28rem) {
  .ds-pagination {
    justify-content: space-around;
  }
}
