/* Give the evidence states the prominence their meaning requires. */
.truth-strip {
  padding: 58px 0 64px;
}

.truth-strip .shell {
  align-items: stretch;
  gap: 0;
  grid-template-columns: 240px repeat(3, 1fr);
}

.truth-strip .shell > b {
  align-self: start;
  font: 700 25px/1.12 "Manrope", sans-serif;
  letter-spacing: -.04em;
  max-width: 180px;
  padding-top: 10px;
}

.truth-strip span {
  border-left: 1px solid #48495b;
  font-size: 15px;
  line-height: 1.65;
  min-height: 135px;
  padding: 9px 38px 0;
}

.truth-strip strong {
  font: 700 19px "Manrope", sans-serif;
  margin-bottom: 18px;
}

.truth-strip span:nth-of-type(1) strong { color: #c2bfff; }
.truth-strip span:nth-of-type(2) strong { color: #8f89ff; }

@media (max-width: 900px) {
  .truth-strip .shell { grid-template-columns: 1fr 1fr; }
  .truth-strip .shell > b {
    grid-column: 1 / -1;
    margin-bottom: 26px;
    max-width: none;
  }
  .truth-strip span { min-height: 120px; }
  .truth-strip span:nth-of-type(3) {
    border-top: 1px solid #48495b;
    padding-top: 30px;
  }
}

@media (max-width: 650px) {
  .truth-strip { padding: 46px 0; }
  .truth-strip .shell { grid-template-columns: 1fr; }
  .truth-strip span {
    border-left: 0;
    border-top: 1px solid #48495b;
    min-height: 0;
    padding: 26px 0;
  }
  .truth-strip span:nth-of-type(3) { padding-top: 26px; }
  .truth-strip strong { margin-bottom: 10px; }
}
