.pixo-section-header-2col .section-title {
  margin: 1rem 0 0 0;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: .94;
  letter-spacing: -.045em;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--ink);
}

.pixo-section-header-2col .section-title .green {
  color: var(--pixo);
}

.pixo-section-header-2col .section-copy,
.pixo-section-header-2col .section-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: normal;
  margin: 0;
}

.pixo-section-header-2col .section-copy p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
