body {
  background: #fffffb;
}

.section-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 114%;
  text-transform: uppercase;
  text-align: center;
  color: #0c0c0c;
}

.main {
  padding-top: 100px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: justify;
    color: #0c0c0c;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #0c0c0c;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #0c0c0c;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #0c0c0c;
    text-decoration: underline;
  }

  ul {
    color: #0c0c0c;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1427px) {
  .section-title {
    font-size: 32px;
  }
  .main {
    padding-top: 130px;
  }
}
