.trust-row{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;max-width:900px;margin:1.5rem auto 0;padding:0}.trust-row-item{display:flex;align-items:center;gap:.8rem;padding:.85rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:12px;text-align:left}.trust-row-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff;color:#981c25;font-size:18px}.trust-row-item:first-child .trust-row-icon{color:#e0a526}.trust-row-text{display:flex;flex-direction:column;min-width:0;gap:2px}.trust-row-title{font-size:15px;font-weight:700;color:#ffffff;line-height:1.25}.trust-row-sub{font-size:13px;color:rgba(255,255,255,.82);line-height:1.3}@media (max-width:760px){.trust-row{grid-template-columns:1fr;max-width:420px;gap:.6rem}.trust-row-item{padding:.7rem .9rem}.trust-row-icon{width:36px;height:36px;font-size:16px}}