.pager-container {
  display: flex;
}

.page-item.active .page-link {
  background-color: var(--pes-purple) !important;
  color: white;
}

.page-item {
  padding-right: 0.25rem;
}

.page-item .page-link, .pager__item--next .page-link, .pager__item--prev .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border-color: transparent;
  border-width: 0;
  text-align: center;
  color: black;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 27px;
}

ul.pagination {
  margin: 16px auto;
}

.carousel-action-title a {
  text-decoration: none !important;
  color: white !important;
}
