main {
  background: #ebebeb !important;
}
section {
  width: 100%;
  height: 100%;
}
.sub-container {
  max-width: 1000px !important;
}
.section-01 {
  width: 100%;
  height: 100%;
  padding: 8rem 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.section-01 h1 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 3rem;
}
.section-01 h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 1rem;
  /* cursor: pointer; */
}
.section-01 ul {
  padding-left: 2rem;
}
.section-01 li {
  list-style: disc;
}
.section-01 li p {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.8;
  color: rgb(51, 51, 51);
}
.section-01 li p:not(li:last-child p) {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  /* .section-01 h2 {
    font-size: 42px;
    margin-bottom: 1.6rem;
  } */
}

@media (max-width: 1280px) {
  /* .section-01 h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  } */
}

@media (max-width: 978px) {
  .section-01 h2 {
    /* font-size: 36px; */
  }
  .section-01 {
    padding: 6rem 0;
  }
}

@media (max-width: 768px) {
  .section-01 p {
    line-height: 1.6;
  }
  .section-01 h2 {
    font-size: 26px;
    margin-bottom: 1rem;
  }
  .content-wrapper {
    gap: 2.4rem;
  }
  .section-01 {
    padding: 4rem 0;
  }
  .section-01 h1 {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .section-01 p {
    font-size: 18px;
    line-height: 1.4;
  }
  /* .section-01 h2 {
        font-size: 26px;
        margin-bottom: 1rem;
    } */
}

@media (max-width: 375px) {
  .section-01 p {
    font-size: 15px;
    line-height: 1.2;
  }

  .section-01 h2 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
