.trust-section {
    text-align: center;
}

.trust-section .container > p {
    margin: 0 auto 3rem auto;
}

.trust-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.stats-grid {
    display: block;
    max-width: 450px;
}

.stat-card {
    display: flex;
    align-items: center;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--light-gray);
}

.stat-card:last-child {
    border-bottom: none;
}

.stat-card .stat-icon {
    margin-right: 1.5rem;
    margin-bottom: 0;
    font-size: 2rem;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}

.stat-card .stat-number {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 0.2rem;
}

.stat-card .stat-label {
    font-size: 1.1rem;
    color: var(--gray);
} 