.policy-container-rnp {
  width: 375px;
  padding: 115px 16px 90px;
  margin: 0 auto;

  font-family: var(--second-family);
  font-weight: 300;
  font-size: 14px;
}

.header-policy-rnp {
  background: var(--spring-wood);
}

/* main */

.main-rnp {
  .policy-title-rnp {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #1f1401;
    margin-bottom: 38px;
  }

  /* .zero-margin-rnp {
    margin-bottom: 0;
  }

  .small-margin-rnp {
    margin-bottom: 8px;
  }

  .medium-margin-rnp {
    margin-bottom: 16px;
  }

  h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 32px;
  }

  h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
  }

  h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 20px;
  }

  p {
    line-height: 142%;
    margin-bottom: 16px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  a {
    text-decoration: underline;
  }

  .text-special-rnp {
    padding-left: 24px;
    position: relative;
  }

  .text-special-rnp::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
  } */

  h2,
  h3,
  h4 {
    font-weight: 300;
    font-size: 14px;
  }

  ul {
    padding-left: 16px;
    list-style-type: disc;
  }

  .text-special-rnp {
    padding-left: 16px;
    position: relative;
  }

  .text-special-rnp::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #1f1401;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-rnp {
    width: 1440px;
    padding: 173px 80px 100px;
  }

  /* main */

  .main-rnp {
    .policy-title-rnp {
      font-size: 24px;
      margin-bottom: 42px;
    }

    ul {
      padding-left: 24px;
    }

    /* .zero-margin-rnp {
      margin-bottom: 0;
    }

    .small-margin-rnp {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 20px;
    } */
  }
}
