.logo-marquee{display:-ms-flexbox;display:flex;gap:30px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform-origin:center;animation:marquee 45s linear infinite}@keyframes marquee{0%,to{transform:translate(500px)}50%{transform:translate(-500px)}}.logo-marquee__item{display:block;-ms-flex-negative:0;flex-shrink:0;object-fit:contain;width:100px;height:35px;padding:1.5em;box-sizing:content-box;background:#fff;box-shadow:inset 0 0 0 1.5px #e3e3e3}@media (min-width:990px){.logo-marquee__item{padding:2.5em;width:150px;height:50px}}