.sec-ya-confian-en-nosotros{
    margin-bottom:80px;

    .content{
        max-width: unset;
    }

    h3 {
        margin-bottom:24px;
        text-align: center;
    }

    .slider-logos-wrap {
        margin:0 auto;
        max-width: 1000px;
        overflow: hidden;
        padding:40px 0;
        position: relative;
        width: 100%;

        .slider-logos{
            display: flex;
            gap: 30px;
            justify-content: center;

            @media screen and (max-width: 768px) {
                justify-content: left;
            }

            img{
                height: 66px;
            }

        }
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}