@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes second{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.title_wrapper,.title_wrapper h3{display:flex;justify-content:center}.title_wrapper h3{margin:0;padding:0;text-align:center;width:1140px}.second_title{margin-top:4rem}.logos{background:#fff;overflow:hidden;padding:2rem 0;position:relative;white-space:nowrap}.logos:after,.logos:before{content:"";height:100%;position:absolute;top:0;width:250px;z-index:2}.logos:before{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);left:0}.logos:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);right:0}.logos:hover .logos-slide,.logos:hover .second{animation-play-state:paused}.logos-slide{animation:slide 130s linear infinite}.logos-slide,.second{display:flex;width:max-content}.second{animation:second 100s linear infinite}.logos-slide:after,.second:after{content:"";display:flex;width:max-content}.logos-slide img{height:60px;max-width:300px}.logos-slide img,.second img{margin:0 40px;object-fit:contain}.second img{height:90px;max-width:200px}@media only screen and (max-width:600px){.logos:after,.logos:before{display:none}}