#demo .demo-trust-strip{
  display:flex;
  gap: 10px;
  justify-content:center;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

#demo .demo-trust-item{
  background: rgba(47,86,201,0.08);
  color: rgba(15,26,43,0.82);
  border: 1px solid rgba(15,26,43,0.06);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
}
