.moving-text-section{border-bottom:2px solid #fdba13;border-top:2px solid #fdba13;overflow:hidden;width:100vw}.moving-text-section .inside-moving-text{grid-column-gap:40px;align-items:center;display:flex;flex-direction:row;justify-content:flex-start;transform:translateZ(0);transform-style:preserve-3d;transition:transform 5s ease-out;will-change:transform}.moving-text-section .single-moving-text{grid-column-gap:40px;align-items:center;display:flex;flex:none;flex-direction:row;opacity:0;transform:translateX(100%);transition:opacity .5s ease}.moving-text-section .single-moving-text.animate{animation:slideLoop 50s linear infinite;opacity:1}.moving-text-section .text-moving-text{color:#fdba13;flex:none;font-size:90px;font-weight:400;line-height:120%}.moving-text-section .circle-moving-text{background-color:#fdba13;border-radius:50%;flex:none;height:22px;margin-bottom:0;width:22px}@keyframes slideLoop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (max-width:991px){.moving-text-section .text-moving-text{font-size:80px}}@media screen and (max-width:479px){.moving-text-section .text-moving-text{font-size:17vw}}