.lp_wrap .intro__doctors-scroll{position:absolute;bottom:12%;left:0;width:100%;max-width:750px;z-index:1;overflow:hidden}.lp_wrap .intro__doctors-scroll .doctors-track{display:flex;gap:1.2%;animation:doctorsScroll 20s linear infinite;will-change:transform}.lp_wrap .intro__doctors-scroll .doctors-track img{width:21.2%!important;height:auto!important;flex-shrink:0;object-fit:contain;display:block}@keyframes doctorsScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (min-width:751px){.lp_wrap .intro__doctors-scroll{left:50%;transform:translateX(-50%)}}