



  .module-large-copy {
    text-align: center;
  }
  
  .module-large-copy .module-wrap {
    max-width: max(876px, calc(876 * var(--px)));
    margin: 0 auto;
  }
  
  .module-large-copy .small-copy {
    column-count: 2;
    column-gap: calc(110 * var(--px));
    text-align: left;
  }
  
  .module-large-copy .wysiwyg + .small-copy {
    margin-top: max(50px, calc(50 * var(--px)));
  }
  
  
  
  
  
  @media (max-width: 600px) {
    
    .module-large-copy .small-copy {
      column-count: 1;
    }
    
  }