.section-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 94%;
  color: #000;
  margin-bottom: 58px;
}

.main {
  padding-top: 110px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #000;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #000;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: #000;
    text-decoration: underline;
  }

  ul {
    color: #000;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1420px) {
  .section-title {
    font-size: 32px;
  }
  .main {
    padding-top: 144px;
  }
}
