.toc h2 {
  font-size: 36px !important;
}
.toc__container > ul li {
  min-width: max-content;
  max-width: max-content;
}
.toc__container > ul a {
  padding-left: 24px;
  padding-right: 24px;
  color: var(--textMain) !important;
}
.toc__container > ul {
  padding-bottom: 20px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--accent) !important;
}
.swiper-pagination {
  position: relative !important;
  /* top: unset !important; */
  background: var(--accent);
}

@media (max-width: 768px) {
  .toc h2 {
    font-size: 24px !important;
  }
}
