
@media screen and (min-width: 1000px) {
body #new_footer .partners_box a:has(> img):first-of-type img{min-height: 42px;max-width: unset;}
}
@media screen and (max-width: 1000px){
body #new_footer .partners_box{display: flex;flex-wrap: wrap;justify-content: center;gap: 10px;padding: 20px 10px;}
body #new_footer .partners_box a{width: auto;height: 40px;margin: 0;}
body #new_footer .partners_box a:first-child{width: 100%;}
}
