.trust-bar-2919f3e1 {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 2rem;
    font-family: inherit;
}

.trust-bar-2919f3e1-inner {
    max-width: 1536px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem 2.5rem;
}

@media (min-width: 768px) {
    .trust-bar-2919f3e1-inner {
        justify-content: space-between;
    }
}

.trust-bar-2919f3e1-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #475569;
    font-size: 0.875rem;
}

.trust-bar-2919f3e1-icon {
    color: #059669;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.trust-bar-2919f3e1-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.trust-bar-2919f3e1-text {
    font-weight: 500;
}