.pagy {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .pagy {
    margin-bottom: 60px;
  }
}
.pagy a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4E4E57;
  background: #FFF;
  font-size: 18px;
}
.pagy a[aria-current="page"] {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4E4E57;
  background: #4E4E57;
  color: #fff;
  font-size: 18px;
}

