﻿.section-schedule h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 1.5rem;
}

.section-schedule h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 1rem;
}

.rule-items {
  display: flex;
  flex-direction: column;
}

.rule-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid var(--color-black, #000);
}

.rule-item h2 {
  color: var(--color-black, #000);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.rule-item ol,
.rule-item ul {
  list-style-position: inside;
}

.rule-item p,
.rule-item li {
  color: var(--color-black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .section-schedule p {
    font-size: 18px;
    line-height: 28px;
  }

  /* .section-schedule li {
    font-size: 20px;
    line-height: 30px;
  } */

  .section-schedule h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .section-schedule h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}
