@keyframes slideAnimation{0%{transform:translate(0)}to{transform:translate(-100%)}}.reference-card{width:280px;height:210px;display:flex;align-items:center;justify-content:center;margin:10px;padding:20px;box-sizing:border-box}@media (max-width: 768px){.reference-card{width:200px;height:140px;padding:12px}}.reference-card img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media (max-width: 768px){.reference-card img{max-width:100%;max-height:100%}}.looper{width:100%;overflow:hidden}.looper__innerList{display:flex;justify-content:center;width:fit-content}.looper__listInstance{display:flex;width:max-content;animation:slideAnimation linear infinite}
