.section-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #161616;
  text-transform: capitalize;
  text-align: start;
}

.main {
  padding-top: 140px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #161616;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #161616;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #161616;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #161616;
    text-decoration: underline;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1428px) {
  .section-title {
    font-size: 32px;
  }
  .main {
    padding-top: 123px;
  }
}
