@media (max-width:991px){.partners-section{margin-bottom:100px}.partners-section__title{margin-bottom:50px}.partners-section .partners{display:flex;margin-left:-16px;margin-right:-16px;overflow-x:auto}.partners-section .partners::-webkit-scrollbar{display:none}.partners-section .partners .group{animation:spinCarousel 20s linear infinite;flex-wrap:nowrap;margin:0}.partners-section .partners .group>.col-4{flex:0 0 200px;width:200px}}@media (min-width:992px){.partners-section .partners .group+.group{display:none}}.partners-section .partners-card{min-height:150px;padding:10px}@media (max-width:576px){.partners-section .partners-card{max-height:44px;min-height:unset}}.partners-section .partners-card__image{width:100%}.partners-section .partners-card__image picture{display:flex}@media (max-width:576px){.partners-section .partners-card__image picture{position:static}}.partners-section .partners-card__image:before{padding-bottom:35%}@media (max-width:576px){.partners-section .partners-card__image:before{display:none}}.partners-section .partners-card__image img{filter:grayscale(100%);height:70%;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}@media (max-width:576px){.partners-section .partners-card__image img{max-height:44px}}@keyframes spinCarousel{0%{translate:0}to{translate:-100%}}