.our-clients .box-our-clients{background:#fff;border-radius:15px;display:flex;flex-direction:column;gap:30px;padding-bottom:40px;padding-top:30px;width:100%}.our-clients .left-to-right,.our-clients .right-to-left{display:flex;flex-direction:row;gap:30px;position:relative;width:100%}.our-clients .right-to-left{animation:marquee-left 150s linear infinite}.our-clients .left-to-right{animation:marquee-right 150s linear infinite}.our-clients .left-to-right:hover,.our-clients .right-to-left:hover{animation-play-state:paused}.our-clients .icon{height:50px;max-width:190px}.our-clients .icon img{height:100%;max-width:max-content}@keyframes marquee-left{0%{transform:translateX(0)}to{transform:translateX(-1764px)}}@keyframes marquee-right{0%{transform:translateX(-1764px)}to{transform:translateX(0)}}@media (max-width:767px){.our-clients .left-to-right,.our-clients .right-to-left{animation:none;flex-wrap:wrap;justify-content:center}.our-clients .box-our-clients{display:block;padding-bottom:60px;text-align:center}.our-clients .icon,.our-clients .left-to-right,.our-clients .right-to-left{display:inline}.our-clients .icon img{height:100%;margin-bottom:30px;margin-right:15px;max-height:40px;max-width:150px}}