.policy-container-lpb {
  width: 375px;
  padding: 120px 16px 40px;
  margin: 0 auto;
}

/* main */

.main-lpb {
  padding: 0;

  .policy-title-lpb {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: var(--yellow);
    margin-bottom: 24px;
  }

  .zero-margin-lpb {
    margin-bottom: 0;
  }

  .small-margin-lpb {
    margin-bottom: 16px;
  }

  .medium-margin-lpb {
    margin-bottom: 16px;
  }

  h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    padding-left: 36px;
    position: relative;
  }

  h3::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--white);
  }

  section {
    margin-bottom: 24px;
  }

  p {
    line-height: 150%;
    margin-bottom: 24px;
  }

  ul {
    margin-bottom: 20px;
    padding-left: 36px;
    list-style-type: disc;
  }

  .list-style-none {
    list-style: none;
    padding-left: 0;
  }

  .title-right {
    font-weight: 700;
    font-size: 18px;
  }

  li {
    line-height: 150%;
  }

  a {
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .policy-container-lpb {
    width: 1440px;
    padding: 160px 160px 80px;
  }

  /* main */

  .main-lpb {
    padding: 0;

    .policy-title-lpb {
      font-size: 48px;
      margin-bottom: 36px;
    }

    .zero-margin-lpb {
      margin-bottom: 0;
    }

    .small-margin-lpb {
      margin-bottom: 16px;
    }

    section {
      margin-bottom: 36px;
    }

    p {
      font-size: 18px;
      margin-bottom: 36px;
    }

    h2 {
      font-size: 28px;
      margin-bottom: 24px;
    }

    .title-right {
      font-size: 20px;
    }
  }
}
