.brand-slider {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.brand-slider-track {
    display: flex;
    animation-duration: 10s;
    gap:40px
}

.brand-slider-item {
    flex: 0 0 auto; /* Prevent items from shrinking or growing */
    box-sizing: border-box;
    padding: 20px 0px;
    background-repeat: no-repeat;
    text-align: center;
    border-right: none;

    height:auto;
    object-fit:contain
}