Hi Miltos,
You can add this custom css to re-order the side module on mobile:
@media (max-width:991.98px) {
.tour_sidebar {
order: 2!important;
}
}
For the 'Highlight' section, if you're using Layout 1, you can open file: [root]/templates/ja_trip/html/com_content/article/tour.php
and move the snippet of code which renders the highlight section to the position you want: