@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.scrolling-text-left{animation:scroll-left 1008s linear infinite;display:flex;white-space:nowrap}@keyframes scroll-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.scrolling-text-right{animation:scroll-right 1008s linear infinite;display:flex;white-space:nowrap}.scroll-container{display:flex;overflow:hidden;white-space:nowrap}.App{margin-top:50px;position:relative;text-align:center}.title{margin-bottom:50px}.marquee-container{overflow:hidden;position:relative;width:100%}.marquee-container:after,.marquee-container:before{content:"";height:100%;position:absolute;top:0;width:100px;z-index:2}.image_wrapper img{height:150px;margin-left:10px;object-fit:contain;width:150px}.image_wrapper{margin:0 30px}
/*# sourceMappingURL=main.656000f4.css.map*/