.general-content {
  h2 {
    font-size: 5rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-wrap: balance;
  }
  h3 {
    font-size: 3.5rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    text-wrap: balance;
  }
  .general-page-content:has(p:only-of-type) {
    h2,
    p {
      max-width: 768px;
      margin-left: auto;
      margin-right: auto;
      text-wrap: balance;
    }
    p {
      font-size: 2rem;
    }
  }
  iframe {
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }
  .bigiframe iframe {
    width: 100%;
    height: 500px;
  }
  img {
    border: 0;
  }
  img.retrogram {
    max-height: 345px;
    max-width: 600px;
    margin: 0 auto 1rem auto;
  }
}

/* terms & conditions page */
.general-content:has(.terms-and-conditions-marker) {
  h2:first-of-type:before,
  h2:first-of-type:after {
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 145px;
    display: inline-block;
  }
  h2:first-of-type:before {
    background-image: url("terms-flourish-left.png");
    margin-right: 2rem;
  }
  h2:first-of-type:after {
    background-image: url("terms-flourish-right.png");
    margin-left: 2rem;
  }
  > *:last-child:after {
    content: "";
    display: block;
    height: 120px;
    width: 224px;
    background-image: url("terms-flourish-bottom.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 3rem auto 0 auto;
  }
  p {
    text-wrap: balance;
  }
}
