:root {
    --primary: #273488;
    --secondary: #88181e;
    --light: #E8F5E9;
    --dark: #0F4229;
}

  .zic-event .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .zic-event .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--primary);
  }

  .board-pagination {
    text-align: center;
  }
