.hero__micro-trust{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;margin-top:16px;max-width:420px;width:100%}
.hero__micro-trust-item{display:flex !important;align-items:center;justify-content:center;gap:6px;font-size:0.78rem;font-weight:600;color:#fff;background:var(--contrast-bg);border:1px solid var(--contrast-bg);padding:9px 10px;border-radius:100px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100% !important;box-sizing:border-box !important;min-width:0}
.hero__micro-trust-item svg{color:var(--accent);flex-shrink:0}
@media(max-width:768px){.hero__micro-trust{max-width:100%}}
