:root{--marquee-end-point:-400px;--marquee-animation-duration:10s}.marquee{overflow:hidden;transform:rotate(0deg)}.marquee ul{animation:marquee-left var(--marquee-animation-duration) linear 0s infinite alternate;will-change:transform}@keyframes marquee-left{0%{transform:translateZ(0)}to{transform:translate3d(var(--marquee-end-point),0,0)}}@media screen and (min-device-width:1600px){:root{--marquee-animation-duration:10s}}@media screen and (min-device-width:1180px) and (max-device-width:1600px){:root{--marquee-end-point:-1900px;--marquee-animation-duration:35s}}@media screen and (min-device-width:820px) and (max-device-width:1024px){:root{--marquee-end-point:-1900px;--marquee-animation-duration:35s}}@media screen and (max-device-width:812px){:root{--marquee-end-point:-1500px;--marquee-animation-duration:25s}}.reviewer{background:#fff!important;border-radius:24px;display:flex;flex-direction:column;height:250px;margin-right:24px;padding:24px}.reviewer p:last-child{text-align:left;white-space:wrap;width:360px}@media screen and (max-device-width:812px){.reviewer{height:190px}.reviewer p:last-child{font-size:16px;width:250px}}