.policy-container-scm {
  width: 375px;
  padding: 118px 20px 80px;
  margin: 0 auto;
}

/* main */

.main-scm {
  .policy-title-scm {
    margin-bottom: 28px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: var(--accent-color-1);
  }

  .zero-margin-scm {
    margin-bottom: 0;
  }

  .small-margin-scm {
    margin-bottom: 0;
  }

  .medium-margin-scm {
    margin-bottom: 16px;
  }

  h3 {
    line-height: 150%;
    color: var(--text-color);
    font-weight: 700;
    padding-left: 48px;
    position: relative;
  }

  h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: var(--text-color);
  }

  section {
    margin-bottom: 24px;
  }

  p {
    line-height: 150%;
  }

  h2 {
    font-weight: 700;
    margin-bottom: 16px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .email-policy-scm {
    text-decoration: none;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-scm {
    width: 1440px;
    padding: 114px 180px 100px;
  }

  /* main */

  .main-scm {
    .zero-margin-scm {
      margin-bottom: 0;
    }

    .small-margin-scm {
      margin-bottom: 0;
    }
  }
}
