@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}html{overflow-x:hidden}html .marquee{display:flex;gap:50px;width:100%;animation:marquee 20s linear infinite}html .marquee span{color:#fff;font-size:32px;font-family:var(--e-global-typography-9217632-font-family),Sans-serif;font-weight:700;text-wrap-mode:nowrap}html .service-item{overflow:hidden;cursor:pointer}html .service-item:hover .service-content{height:100%;bottom:0}html .service-item .service-content{position:absolute;bottom:-50px;left:0;z-index:2;width:100%;height:0;transition:all ease .3s}