.policy-container-vel {
  width: 375px;
  padding: 150px 22px 40px;
  margin: 0 auto;
}

/* main */

.main-vel {
  .zero-margin-vel {
    margin-bottom: 0;
  }

  .small-margin-vel {
    margin-bottom: 16px;
  }

  .medium-margin-vel {
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 24px;
  }

  p {
    line-height: 150%;
  }

  .policy-title-vel {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 36px;
  }

  h2 {
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
  }

  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 150%;
    padding-left: 24px;
    position: relative;
  }

  h3::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 24px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-vel {
    width: 1440px;
    padding: 149px 108px 45px;
  }

  /* main */

  .main-vel {
    .zero-margin-vel {
      margin-bottom: 0;
    }

    .small-margin-vel {
      margin-bottom: 24px;
    }

    .policy-title-vel {
      font-size: 40px;
      margin-bottom: 48px;
    }

    p {
      font-size: 24px;
    }

    h2 {
      font-size: 24px;
      margin-bottom: 24px;
    }

    h3 {
      font-size: 24px;
    }

    h3::before {
      top: 13px;
    }

    a {
      font-size: 24px;
    }
  }
}
