body {
  background: #fff;
}

.section-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  line-height: 118%;
  color: #fff;
  text-shadow: none;
}

.main {
  padding-top: 100px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    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: 1429px) {
  .section-title {
    font-size: 32px;
  }
  .main {
    padding-top: 130px;
  }
}
