.event__section {
  padding: 5.2rem 0;
  border-bottom: 1px solid var(--kf-white-0);
}

.event__section-last {
  border-bottom: none;
  padding-bottom: 8rem;
}

.event__section-container {
  max-width: calc(var(--kf-page-width) * 1.2);
  margin: 0 auto;
  padding: 0 4rem;
}

.section__header {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 3.6rem;
}

.section__eyebrow {
  font-size: var(--kf-fs-sm);
  letter-spacing: var(--kf-ls-xll);
  text-transform: var(--kf-tu);
  color: var(--kf-white-3);
  white-space: nowrap;
}

.section__title {
  font-size: var(--kf-fs-lg);
  color: var(--kf-text-invert);
  white-space: nowrap;
}

.section__line {
  flex: 1;
  height: 1px;
  background: var(--kf-white-2);
  min-width: 2rem;
}

.section__count {
  font-size: var(--kf-fs-sm);
  letter-spacing: var(--kf-ls-xll);
  text-transform: var(--kf-tu);
  color: var(--kf-white-2);
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .event__section {
    padding: 4.4rem 0;
  }

  .event__section-last {
    padding-bottom: 6.4rem;
  }

  .event__section-container {
    padding: 0 2.8rem;
  }
}

@media (max-width: 1024px) {
  .event__section {
    padding: 3.6rem 0;
  }

  .event__section-last {
    padding-bottom: 5.2rem;
  }

  .event__section-container {
    padding: 0 2.4rem;
  }

  .event__header {
    gap: 1.2rem;
    margin-bottom: 2.8rem;
  }
}

@media (max-width: 768px) {
  .event__section {
    padding: 3.2rem 0;
  }

  .event__section-last {
    padding-bottom: 4.4rem;
  }

  .event__section-container {
    padding: 0 2rem;
  }

  .section__header {
    gap: 1rem;
    margin-bottom: 2.4rem;
  }

  .section__line {
    min-width: 1.2rem;
  }
}

@media (max-width: 480px) {
  .event__section {
    padding: 2.8rem 0;
  }

  .event__section-last {
    padding-bottom: 4rem;
  }

  .event__section-container {
    padding: 0 1.6rem;
  }

  .section__header {
    gap: 0.8rem;
    margin-bottom: 2rem;
  }

  .section__line {
    min-width: 0.8rem;
  }
}
