.trust-band {
  padding: 30px;
  background: var(--brand);
  color: #fff;
  border-radius: var(--radius);
}
.trust-band .row {
  align-items: flex-start;
}

.trust-item {
  display: flex;
  gap: 14px;
  padding: 8px 0;
}
.trust-item .icon {
  width: 30px;
  height: 30px;
  color: #fff;
  opacity: 0.9;
}
.trust-item img.icon-img {
  filter: brightness(0) invert(1);
}
.trust-item > div > strong {
  display: block;
  font-size: 15px;
}
.trust-item span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

/*# sourceMappingURL=pasek_zaufanie.css.map */
