<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.our-industries-diagram {
  display: grid;
  grid-template-columns: repeat(var(--full_col_span), 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}</pre></body></html>