/* A claim about approach, not a compatibility list: nothing here names a system
   Vivarium connects to, because nothing is connected yet. */
.integrations {
  background: var(--paper);
  padding: clamp(48px, 7vh, 88px) 0;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}

.integrations-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* The heading here is a full sentence rather than a phrase, so it needs a wider
   measure than the 20ch a short headline wanted. */
.integrations .display-l { max-width: 26ch; }

.integrations-sub {
  font-size: var(--text-md);
  line-height: var(--leading-body);
  color: var(--ink-muted);
  max-width: 52ch;
  margin: 16px 0 0;
}
