#wrap-string .container{padding:0!important;max-width:unset!important}#wrap-string .items-wrap{position:relative;display:flex;overflow:hidden;user-select:none;gap:70px;background:#39AEB2FF;color:white;font-size:36px}#wrap-string .items{flex-shrink:0;display:flex;gap:70px;counter-reset:item;justify-content:space-around;min-width:100%;margin-bottom:0!important}#wrap-string .item{display:flex;justify-content:center;align-items:center;margin-bottom:5px!important;margin-top:10px;transition:all 0.1s ease-in-out}#wrap-string .marquee{animation:scroll 27s linear infinite}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(calc(-100% - 20px))}}@media (max-width:650px){#wrap-string .items-wrap{font-size:26px;gap:40px}#wrap-string .items marquee{gap:40px}}