.scrolling-items{border-top:2px solid #6fcacb;border-bottom:2px solid #6fcacb;padding:16px 0;overflow:hidden}.scrolling-items__track{display:flex;animation:scroll-left 25s linear infinite;gap:8px}@media screen and (min-width: 990px){.scrolling-items__track{gap:20px}}.scrolling-items__item{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:80px;height:68px}@media screen and (min-width: 990px){.scrolling-items__item{width:210px;height:100px}}.scrolling-items__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;max-width:64px}@media screen and (min-width: 990px){.scrolling-items__item img{max-width:88px}}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}