html .g-pagination__item--active {
  background: #5F7861 !important;
  border-color: #5F7861 !important;
}
html .g-pagination__item--active:hover {
  background: #5F7861 !important;
  border-color: #5F7861 !important;
}
.g-pagination__item:hover {
  border-color: #5F7861 !important;
  color: #5F7861 !important;
}
.g-pagination__item--next::after, .g-pagination__item--prev::after {
  background: #5F7861 !important;
}
