.customer-gallery{display:flex;flex-wrap:wrap}.customer-gallery--desaturated .customer img{filter:grayscale(1)}.customer-gallery--desaturated .customer:hover img{filter:grayscale(0)}.customer-gallery--start{justify-content:start}.customer-gallery--center{justify-content:center}.customer-gallery--end{justify-content:end}.customer-gallery--space-around{justify-content:space-around}.customer-gallery--space-between{justify-content:space-between}.customer-gallery--space-evenly{justify-content:space-evenly}.customer-gallery .customer{align-items:center;border-radius:10px;display:flex;flex:0 1 auto;height:170px;margin:1rem;overflow:hidden;padding:1rem;position:relative;text-align:center;width:170px}.customer-gallery .customer,.customer-gallery .customer *{transition:all .4s ease-in-out}#main-content .customer-gallery .customer img{border-radius:0}.customer-gallery .customer img{height:auto;margin-left:auto;margin-right:auto;max-height:120px;max-width:100%;width:auto}@keyframes infinite-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.customer-gallery-scroll{display:inline-flex;flex-wrap:nowrap;overflow:hidden;width:100%}.customer-gallery-scroll ul{animation:infinite-scroll 18s linear infinite;display:flex}.customer-gallery-scroll li{align-items:center;display:flex;list-style:none}.customer-gallery-scroll li a{margin:0 4rem!important;padding:0!important}@media screen and (max-width:768px){.customer-gallery .customer{height:auto;margin:1rem;padding:1rem;width:calc(50% - 2rem)}}