.section_logo{overflow:hidden;padding:30px 0}.slider_parent{overflow:hidden;position:relative}.slider_parent .slider{animation:slider_reset .1s;display:flex}@media only screen and (max-width:767px){.slider_parent .slider{animation:slider_reset 1s;display:flex}}@keyframes slider_reset{0%{flex-flow:column;opacity:0}to{flex-flow:unset;opacity:1}}.text_scroll,.text_scroll_reverse{animation:scroll 60s linear infinite;animation-delay:.5s}@media only screen and (max-width:767px){.text_scroll,.text_scroll_reverse{animation-delay:1s}}.logos{flex-shrink:0}.slider_parent ul li{display:flex;flex:1;justify-content:center;margin-left:20px;margin-right:20px}@media only screen and (max-width:767px){.slider_parent ul li{width:85px}}.slider_parent ul{align-items:center;display:flex;margin:0;padding:0}.slider_parent ul li>a img{max-width:100%!important;transition:.4s}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.logos img{max-height:50px;max-width:150px!important;min-height:50px}@media only screen and (max-width:1049px){.logos img{max-height:40px;max-width:140px!important;min-height:40px}}.slider_parent+.slider_parent{margin-top:10px}