.trust {
    margin-block: 24px;

    @media (width > 768px) {
        margin-block: 48px;
    }

    h2 {
        color: var(--_bg-color);
    }

    .swiper-wrapper {
    justify-content: space-between;
    }

    .logo.avis-verif img  {
        max-width: 65%;
    }

    .liste-confiance {

        .swiper-slide {
            display: flex;
            flex-direction: column;
            gap: 16px;
            border-radius: 16px;
            border: 1px solid #E2E2E2;
            padding: 16px;
            text-align: center;
            box-sizing: border-box;
            min-height: 250px;
            
            @media (width > 768px) {
                gap: 24px;
            }

            p {
                margin-bottom: 0;
            }

            .logo {
                height: 100px !important;
                min-height: 100px !important;
                max-height: 100px !important;
                display: flex !important;
                align-items: end !important;
                justify-content: center !important;
                line-height: 0 !important;
                padding: 0 !important;
                overflow: visible !important;

                img {
                    width: auto !important;
                    height: auto !important;
                    max-height: 100px !important;
                }
            }
            
        }

    }
}