.trust-bar {
  display: flex;
  flex-direction: column;
  max-width: 380px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-item svg {
  width: 22px;
  height: 22px;
  color: var(--trust-bar-icon-color, #4C7C59);
  flex-shrink: 0;
}

.trust-item span {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
