.custom_marquee_section .marquee-parent{overflow:hidden;text-transform:uppercase;padding:1rem 0;display:flex;margin:0}.custom_marquee_section .marquee-child{animation:scroll 25s linear infinite;font-size:1.75rem;font-weight:400;flex-shrink:0;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-around;min-width:100%;list-style:none;margin:0}.custom_marquee_section .marquee-child li{flex:0 0 auto;display:inline-block;padding:0 1rem}@media screen and (min-width:64em){.custom_marquee_section .marquee-child{font-size:3.5rem}.custom_marquee_section .marquee-child li{padding:0 4rem}}.custom_marquee_section .marquee-parent:hover .marquee-child{animation-play-state:paused}@keyframes scroll{from{transform:translateX(0%)}to{transform:translateX(-100%)}}