.main {
  padding-top: 100px;

  .container {
    border: none;
  }

  h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #0f3a8d;
    margin-bottom: 36px;
  }

  p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin: 20px 0;
  }
  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin: 20px 0;
  }

  a {
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 24px;
    list-style: disc;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin: 20px 0;
  }

  ol {
    padding-left: 24px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    margin: 20px 0;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    padding-top: 140px;
    .container {
      display: block;
    }

    .block {
      width: 100%;
    }

    h1 {
      font-size: 96px;
    }
  }
}
