.event-custom-pagination .pagination {
  justify-content: flex-end;
  display: flex;
  font-weight: bold;
  gap: 18px; 
}

.event-custom-pagination .pagination ul {
  list-style: none;
  display: flex;
  gap: 18px;
  padding-left: 0;
}

.eventList {
  row-gap: 1.75rem;
}


@media screen and (max-width: 599px) {
  .event-custom-pagination .pagination {
    justify-content: center;
  }
}