#marquee{background-color:#fff;padding:72px 40px 30px}.marq-text{color:#fff;color:#051650;font-family:Neue Haas Grotesk Display Pro,sans-serif;font-size:32px;font-weight:700;line-height:38px;text-align:center}.marquee-wrapper{background:#fff;text-align:center}.marquee-wrapper .container{overflow:hidden}.marquee-inner span{align-items:center;display:flex;float:left;justify-content:center;width:37%}.marquee-wrapper .marquee-block{--total-marquee-items:10;box-sizing:border-box;height:100px;margin:20px auto;overflow:hidden;padding:30px 0;position:relative;width:calc(250px*(var(--total-marquee-items)))}.marquee-inner{display:block;position:absolute;width:200%}.marquee-inner p{font-family:cursive;font-size:30px;font-weight:800}.marquee-inner.to-left{animation:marqueeLeft 50s linear infinite}.marquee-inner.to-right{animation:marqueeRight 50s linear infinite}.marquee-inner.to-left:hover,.marquee-inner.to-right:hover{animation-play-state:paused}.marquee-item{display:inline-block;float:left;height:auto;transition:all .2s ease-out;width:185px}.marquee-block{position:relative}.marquee-block:before{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff 80.49%,#fff);content:"";height:75%;left:0;position:absolute;top:21px;width:273px;z-index:2}.right-shdow-positon{position:relative}.marquee-wrapper:after{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff 80.49%,#fff);content:"";height:50%;position:absolute;right:0;top:45px;transform:rotate(180deg);width:273px;z-index:2}@keyframes marqueeLeft{0%{left:0}to{left:-100%}}@keyframes marqueeRight{0%{left:-100%}to{left:0}}.marquee-item img{max-width:143px!important;width:100%}@media (max-width:991px){#marquee{padding:25px 30px}.marquee-block:before,.marquee-wrapper:after{width:185px}}@media (max-width:767px){#marquee{padding:20px}.marq-text{font-size:28px;line-height:35px}.marquee-wrapper .marquee-block{margin:0 auto}.marquee-block:before{width:100px}.marquee-wrapper:after{height:75%;top:21px;width:100px}}