/* Final readability pass: separates the three product proof points. */
.proof-strip > div {
  justify-content: center;
  gap: 0;
}

.proof-strip span {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}

.proof-strip em {
  margin-left: 5px;
  font-style: normal;
}

.proof-strip span + span {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #294149;
}

@media (max-width: 920px) {
  .proof-strip > div { gap: 12px; }
  .proof-strip span + span {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
