@layer components {

  .pb-terms,
  .pb-terms * {
    box-sizing: border-box;
  }

  .pb-terms {
    color: var(--color-navy);
    font-family: inherit;
  }

  .pb-terms h1 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .pb-terms h2 {
    margin: 30px 0 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    overflow-wrap: anywhere;
  }

  .pb-terms p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .pb-terms a {
    color: inherit;
    overflow-wrap: anywhere;
  }

  .pb-terms strong {
    font-weight: 700;
  }

  .pb-terms-clauses {
    margin-left: 3em;
  }

  @media (max-width: 767px) {
    .pb-terms h1 {
      font-size: 20px;
      line-height: 28px;
    }

    .pb-terms-clauses {
      margin-left: 1em;
    }
  }

}
