body {
  background: #011047;
}

.section-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  background: none;
  margin-bottom: 30px;
}

.main {
  padding-top: 120px;

  p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 162%;
    color: #fff;
    margin-bottom: 20px;
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 162%;
    color: #fff;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    text-decoration: underline;
  }

  ul {
    color: #fff;
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1434px) {
  .section-title {
    font-size: 32px;
  }
  .main {
    padding-top: 130px;
  }
}
