    .whiteboard {
      padding: 8rem 0;
    }
    .whiteboard-content {
      width: 100%;
      max-width: var(--bwj-content-width);
      margin: 0 auto;
      padding: 0 2.5rem;
    }
.whiteboard.theme-background {
    background-color: var(--bwj-theme-primary);
}
    .whiteboard.theme-background > .whiteboard-content {
      color: var(--bwj-white);
    }
    

    .whiteboard-content h2 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
      margin: 0;
      padding: 0;
      margin-bottom: 2.5rem;
      text-align: center;
    }
    .whiteboard-content p {
      font-size: 1.2rem;
      font-weight: 600;
      text-align: center;
      line-height: 2;
      padding: 0;
      margin: 2rem 0;
    }

    .whiteboard-content > .button-container {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 2rem;
    }
