.partners-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 -15px}.partners-list__item-wrapper{flex:33% 0;min-height:400px;padding:0 15px 40px}.partner-list__item-title{font-family:JekoBlack,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:24px}.partners-list__item{background-color:#fff;border:1px solid #ebebeb;border-radius:12px;box-shadow:0 22.6103px 26.228px rgba(0,15,37,.046),0 9.39116px 10.8938px rgba(0,57,144,.035),0 3.3966px 3.94006px rgba(0,57,144,.024);box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;padding:28px;transition-duration:.3s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.645,.045,.355,1)}.partners-list__item:hover{box-shadow:none}.partners-list__item__arrow{justify-self:flex-end;margin-top:auto}.partners-list__item__logo-box{align-items:center;display:flex;flex-direction:column;height:160px;justify-content:center;margin-bottom:24px}.partners-list__item__logo-box img{max-height:100%;max-width:100%}.partners-list__item__text{color:#727272;font-size:16px;line-height:22px;margin-bottom:44px}.partners-list__item__text span{white-space:nowrap}@media (max-width:1440px){.partners-list__item-wrapper{flex:50% 0 1}.partners-list__item__logo-box{height:190px}}@media (max-width:768px){.partners-list__item-wrapper{flex:100% 0 1}.partners-list__item__logo-box{height:106px}}