This article explains how to change order of this 2 sections on your desktop

Add this CSS Code below to your website. In this article you can find information how to add custom CSS to any WordPress Theme: How to use Child Theme? How to change files (php / css / js) and keep theme future update compatibility?
@media (min-width:1024px) {
.vehica-inventory-v1__top__inner {
display:flex!important;
width:100%!important;
flex-direction:column!important;
}
.vehica-results__fields {
order:2!important;
}
.vehica-inventory-v1__bar {
order:1!important;
}
}
It will look like this:
