.pd-trust-bar{background:var(--pd-indigo);padding:14px 0}
.pd-trust-bar__row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 14px}
.pd-trust-bar__item{color:#fff;font-size:12.5px;font-weight:600;letter-spacing:.02em;white-space:nowrap}
.pd-trust-bar__dot{color:rgba(255,255,255,.4)}

@media(max-width:640px){
  .pd-trust-bar__row{display:grid;grid-template-columns:1fr 1fr;gap:9px 12px;text-align:center}
  .pd-trust-bar__dot{display:none}
  .pd-trust-bar__item{white-space:normal;font-size:11.5px;line-height:1.25}
}
