



  .module-copy .module-wrap {
    max-width: max(712px, calc(864 * var(--px)));
    margin: 0 auto;
  }

  .module-copy .wysiwyg strong {
    font-weight: normal;
  }
  
  .module-copy .wysiwyg .headline {
    margin-bottom: .55555555555555555555em;
    --min-font-size: 1.625rem;
  }
  
  .module-copy .wysiwyg .headline:not(:first-child),
  .module-copy .wysiwyg .subheadline:not(:first-child) {
    margin-top: 2em;
  }
  
  .module-copy .wysiwyg .subsubheadline:not(:first-child) {
    margin-top: 1.25em;
  }
  
  
  .module-copy .wysiwyg a {
    color: var(--base-color-purple);
  }
  
  body.view-b2b .module-copy .wysiwyg a {
    color: var(--base-color-green);
  }
  
  
  