.policy-container-rls {
  width: 375px;
  padding: 120px 16px 40px;
  margin: 0 auto;
}

/* main */

.main-rls {
  padding: 0;

  .policy-title-rls {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 32px;
  }

  h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  p {
    line-height: 150%;
    margin-bottom: 16px;
  }

  h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  .zero-margin-rls {
    margin-bottom: 0;
  }

  .small-margin-rls {
    margin-bottom: 8px;
  }

  .medium-margin-rls {
    margin-bottom: 16px;
  }

  section {
    margin-bottom: 20px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  /* a {
    text-decoration: underline;
  } */

  .text-special-rls {
    padding-left: 24px;
    position: relative;
  }

  .text-special-rls::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #656c83;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-rls {
    width: 1440px;
    padding: 160px 160px 80px;
  }

  /* main */

  .main-rls {
    .policy-title-rls {
      font-size: 48px;
      margin-bottom: 40px;
    }

    h2 {
      font-size: 28px;
      margin-bottom: 16px;
    }

    h3 {
      font-size: 20px;
      margin-bottom: 16px;
    }

    p {
      font-size: 18px;
      margin-bottom: 16px;
    }

    .zero-margin-rls {
      margin-bottom: 0;
    }

    .small-margin-rls {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 20px;
    }
  }
}
