.policy-container-cps {
  width: 375px;
  padding: 116px 16px 60px;
  margin: 0 auto;
}

/* main */

.main-cps {
  .zero-margin-cps {
    margin-bottom: 0;
  }

  .small-margin-cps {
    margin-bottom: 16px;
  }

  .medium-margin-cps {
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 24px;
  }

  .policy-title-cps {
    font-weight: 700;
    font-size: 22px;
    line-height: 155%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    margin-bottom: 16px;
  }

  h3 {
    font-family: var(--font3);
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    padding-left: 24px;
    position: relative;
  }

  h3::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
  }

  p {
    font-family: var(--second-family);
    font-size: 14px;
    line-height: 157%;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 24px;
    list-style-type: disc;
  }

  a {
    color: var(--link);
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-cps {
    width: 1440px;
    padding: 186px 212px 120px;
  }

  /* main */

  .main-cps {
    .zero-margin-cps {
      margin-bottom: 0;
    }

    .small-margin-cps {
      margin-bottom: 24px;
    }

    .policy-title-cps {
      font-size: 42px;
    }

    p {
      font-size: 16px;
      line-height: 150%;
    }

    h2 {
      font-size: 16px;
      line-height: 150%;
    }

    h3 {
      font-size: 16px;
      line-height: 150%;
    }
  }
}
