jernejm Hello,
The location list you mentioned comes from the Articles Categories module, which displays a list of categories using a special list layout included in the template.
If I understood your question correctly, you want to display a list of articles in the same layout — is that right?
If you’re referring to a Category Blog page, you’ll need to customize the layout in this path:
/templates/ja_trip/html/com_content/category/
If you’re using a module, you can try the Articles Category module. On the homepage of this template, there’s a similar example module called Popular Packages:
👉 https://ja-trip.demo.joomlart.com/index.php

You can customize this layout via the file:
/templates/ja_trip/html/mod_articles_category/tours-list.php
Then, add some custom CSS to match the same style as the categories list.
Hope this helps!
Heinz