.trust {
	background: white;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.trust-grid {
	max-width: 1200px;
	margin: auto;
	padding: 35px 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.trust-item {
	text-align: center;
}

.trust-item strong {
	display: block;
	margin-bottom: 5px;
}

.trust-item span {
	color: var(--muted);
	font-size: .9rem;
}