.custom-pagination,
.custom-pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-pagination__container {
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 1279.98px) {
  .custom-pagination__container {
    margin: 0 32px;
  }
}
@media (max-width: 743.98px) {
  .custom-pagination__container {
    margin: 0 20px;
  }
}
.custom-pagination__prev {
  padding: 0;
  width: 32px;
}
.custom-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-pagination__next {
  padding: 0;
  width: 32px;
}
