.customer-logo-module{width:100%}.customer-logo-heading-container{display:flex;justify-content:center;margin:0 auto;max-width:1160px;padding-top:20px;text-align:center}.customers-heading{color:var(--light-gray);font-family:Udemy-Regular;font-size:16px;font-weight:400;line-height:24px}.testimonial-heading{font-family:Udemy-Regular,sans-serif;font-size:48px;line-height:1.2;margin-bottom:88px}.customer-logo-module .slider{align-items:center;background:transparent;cursor:default;display:flex;height:75px;margin:0 auto;max-width:1160px;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.customer-logo-module .slider:after,.customer-logo-module .slider:before{content:"";height:75px;position:absolute;width:200px;z-index:2}@media (max-width:767px){.customer-logo-module .slider:after,.customer-logo-module .slider:before{width:75px}}.customer-logo-module .slider:before{left:0;top:0}.customer-logo-module .slider:after{right:0;top:0;transform:rotate(180deg)}.customer-logo-module .slider .slide-track{display:flex;gap:10px;width:calc(var(--logo-width)*var(--logo-count)*3)}.customer-logo-module .slider .slide-track.animate{animation:scroll-left 120s linear infinite}.customer-logo-module .slider:hover .slide-track{animation-play-state:paused}.customer-logo-module .slider .slide{align-items:center;display:flex;height:50px;justify-content:center;text-align:center;width:var(--logo-width)}.customer-logo-module .slider .slide img{display:inline-block;height:auto;margin:0 auto;max-height:55px;max-width:100%;padding:5px;vertical-align:middle;width:var(--logo-width)}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(calc(var(--logo-width)*-1*var(--logo-count)))}}