/* trust strip */
.strip {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
}
.strip .wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.strip b {
  color: var(--gold);
}