﻿.divDistr img{    
    max-height: 80px;
}

.infinite-carousel > div {
    width: max-content;    
    padding: 1em 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3em;
    list-style: none;
}

.infinite-carousel img{
    max-height: 80px;
}

@keyframes move{
    to{
        transform:translate(calc(-50% - 1.5em));
    }
}

