.c_scroll_images{overflow:hidden;width:100%}.c_scroll_images .scroll-wrapper{animation:scrollAnimationPc 216s linear infinite;display:flex;gap:50px;width:100%}@media screen and (max-width:767px){.c_scroll_images .scroll-wrapper{animation:scrollAnimationSp 216s linear infinite;gap:20px}}.c_scroll_images .scroll-wrapper img{flex-shrink:0;height:148px;object-fit:contain;width:280px}@media screen and (max-width:767px){.c_scroll_images .scroll-wrapper img{height:78px;width:170px}}@keyframes scrollAnimationPc{0%{transform:translateX(0)}to{transform:translateX(-17820px)}}@keyframes scrollAnimationSp{0%{transform:translateX(0)}to{transform:translateX(-10260px)}}