
.proof-strip .proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-strip .proof-grid > div {
  min-width: 0;
}

.proof-strip .proof-grid > div:nth-child(3) {
  border-right: 1px solid var(--line);
}

.proof-strip .proof-grid > div:nth-child(4) {
  border-right: 0;
  position: relative;
}

.proof-standard-icon {
  width: 21px;
  height: 21px;
  color: var(--cobalt);
  grid-row: span 2;
}

@media (max-width: 780px) {
  .proof-strip .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip .proof-grid > div:nth-child(3) {
    border-right: 0;
  }
}
