.custom-marquee{overflow:hidden;white-space:nowrap;position:relative}.custom-marquee h5,.custom-marquee h5 a{display:inline-block;animation:marquee-left 15s linear infinite;will-change:transform;text-decoration:none;color:inherit}@keyframes marquee-left{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}