.custom-pagenavi span,
.custom-pagenavi a {
  margin: 0;
}

.custom-pagenavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.child-list {
  display: flex;
  flex-wrap: wrap;
}

.child-list li {
  width: auto !important;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .child-list {
    display:block;
    flex-wrap: nowrap;
  }
}
