/* main */

.main-nvs {
  width: 375px;
  padding: 114px 16px 64px;
  margin: 0 auto;

  .policy-title-nvs {
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    margin-bottom: 64px;
  }

  h2 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 24px;

    strong {
      font-weight: 400;
    }
  }

  h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }

  p {
    line-height: 150%;
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 48px;
  }

  .zero-margin-nvs {
    margin-bottom: 0;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
    margin-bottom: 16px;
  }

  .domain-nvs {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media screen and (min-width: 1440px) {
  .main-nvs {
    width: 1440px;
    padding: 128px 292px 64px;

    h2 {
      font-size: 40px;
    }
  }
}
