main.main-wrapper.events-list section.section1,
main.main-wrapper.events-list section.section2,
main.main-wrapper.events-list section.section3 {
  margin-top: 100px;
}
@media (max-width: 570px) {
  main.main-wrapper.events-list section.section1,
  main.main-wrapper.events-list section.section2,
  main.main-wrapper.events-list section.section3 {
    margin-top: 40px;
  }
}
main.main-wrapper.events-list section.section1 div.container h2,
main.main-wrapper.events-list section.section2 div.container h2,
main.main-wrapper.events-list section.section3 div.container h2 {
  font-size: 27px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 570px) {
  main.main-wrapper.events-list section.section1 div.container h2,
  main.main-wrapper.events-list section.section2 div.container h2,
  main.main-wrapper.events-list section.section3 div.container h2 {
    margin-top: 20px;
  }
}
main.main-wrapper.events-list section.section1 div.container h2.future span,
main.main-wrapper.events-list section.section2 div.container h2.future span,
main.main-wrapper.events-list section.section3 div.container h2.future span {
  color: var(--red);
}
main.main-wrapper.events-list section.section1 div.container h2.past span,
main.main-wrapper.events-list section.section2 div.container h2.past span,
main.main-wrapper.events-list section.section3 div.container h2.past span {
  color: var(--figmaBlue);
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper {
  border-radius: 24px;
  box-shadow: 0 24px 32px -3px rgba(3, 9, 50, 0.04);
  overflow: hidden;
  padding: 24px;
  background: #fff;
  margin-bottom: 24px;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.img-wrapper img,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.img-wrapper img,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.img-wrapper img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ECECEC;
  aspect-ratio: 1/0.75;
  object-fit: cover;
  object-position: 50%;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content a,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content a,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-bottom: 7px;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content a:hover,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content a:hover,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content a:hover {
  color: var(--figmaBlue);
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content p.date,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content p.date,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content p.date {
  font-size: 14px;
  color: #7d7987;
  margin-bottom: 7px;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content p.location,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content p.location,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content p.location {
  color: var(--red);
  font-size: 14px;
  margin-bottom: 7px;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content p.location i,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content p.location i,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content p.location i {
  margin-right: 5px;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content p.price,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content p.price,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content p.price {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
main.main-wrapper.events-list section.section1 div.container div.event-wrapper div.event-content a.see-event,
main.main-wrapper.events-list section.section2 div.container div.event-wrapper div.event-content a.see-event,
main.main-wrapper.events-list section.section3 div.container div.event-wrapper div.event-content a.see-event {
  margin: auto 0 0 auto;
  font-size: 15px;
  font-weight: 600;
}
main.main-wrapper.events-list section.section1 div.container div.spacer,
main.main-wrapper.events-list section.section2 div.container div.spacer,
main.main-wrapper.events-list section.section3 div.container div.spacer {
  height: 100px;
}
main.main-wrapper.events-list section.section1 div.box-wrapper,
main.main-wrapper.events-list section.section2 div.box-wrapper,
main.main-wrapper.events-list section.section3 div.box-wrapper {
  border: 1px solid #cacaca;
  padding: 42px;
}
main.main-wrapper.events-list section.section1 div.box-wrapper h3,
main.main-wrapper.events-list section.section2 div.box-wrapper h3,
main.main-wrapper.events-list section.section3 div.box-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
main.main-wrapper.events-list section.section1 div.box-wrapper p,
main.main-wrapper.events-list section.section2 div.box-wrapper p,
main.main-wrapper.events-list section.section3 div.box-wrapper p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
main.main-wrapper.events-list section.section3 {
  margin-bottom: 100px;
}
@media (max-width: 570px) {
  main.main-wrapper.events-list section.section3 {
    margin-bottom: 40px;
  }
}

/* Container */
.custom-pagination {
  margin-top: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}

.custom-pagination li {
  display: inline-block;
  margin: 0 4px;
}

.custom-pagination .page-link {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  color: #444;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 36px;
  text-align: center;
  font-size: 16px;
}

.custom-pagination .page-link:hover {
  background-color: #f8f8f8;
  border-color: #bbb;
  color: #000;
}

.custom-pagination .active .page-link {
  background-color: #d62828;
  border-color: #d62828;
  color: #fff;
  font-weight: bold;
}

.custom-pagination .disabled .page-link {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #aaa;
  pointer-events: none;
}

@media (max-width: 576px) {
  .custom-pagination li {
    margin: 0 2px;
  }
  .custom-pagination .page-link {
    padding: 3px 5px;
    font-size: 12px;
    min-width: 24px;
  }
}
