/* dl-dt-dd */

dd.zero-margin-lhb {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

dd.zero-margin-lhb::before {
  position: absolute;
  content: "";
  background: var(--typography-wight);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 6px;
  left: 6px;
}

/* main */

.main-lhb {
  width: 375px;
  padding: 112px 16px 60px;
  margin: 0 auto;

  .policy-title-lhb {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
  }

  h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
  }

  /* .bold-text-lhb {
  } */

  p {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
  }

  .zero-margin-lhb {
    margin-bottom: 0;
  }

  .small-margin-lhb {
    margin-bottom: 8px;
  }

  /* .medium-margin-lhb {
    margin-bottom: 16px;
  }

  .large-margin-lhb {
    margin-bottom: 24px;
  } */

  section {
    margin-bottom: 24px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
  }

  /* .policy-links-list-lhb {
  } */

  .policy-link-lhb {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: var(--secondary-link);
  }

  .email-policy-lhb {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: var(--secondary-link);
  }
}

@media screen and (min-width: 1440px) {
  /* dl-dt-dd */

  dt.zero-margin-lhb {
    padding-left: 36px;
  }

  dt.zero-margin-lhb::before {
    width: 8px;
    height: 8px;
    left: 12px;
  }

  /* main */

  /* .main-lhb {
  width: 375px;
  padding: 112px 16px 60px;
  margin: 0 auto;

  .policy-title-lhb {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
  } */

  .main-lhb {
    padding: 182px 212px 120px;
    width: 1440px;

    .policy-title-lhb {
      font-size: 42px;
      letter-spacing: 0.12em;
    }

    h2 {
      font-size: 20px;
    }

    p {
      font-size: 16px;
    }

    .policy-link-lhb {
      font-size: 16px;
    }

    .email-policy-lhb {
      font-size: 16px;
    }
  }
}
