.trust{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));padding:2rem 0}.trust-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.trust-item{color:hsl(var(--text-3));white-space:nowrap;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;transition:color .3s;display:flex}.trust-item:hover{color:hsl(var(--text-2))}.trust-dot{background:hsl(var(--sand));border-radius:50%;width:5px;height:5px}@media (width<=600px){.trust-inner{flex-direction:column;align-items:center;gap:1rem}.trust-dot{display:none}}