I think you mean these pages:
https://glutenfreetoursvietnam.com.au/index.php/packages/11-india-tour
You can find it in your Joomla admin under:
Menus → Items → Page Title Settings
From there, you can change the background image. It is currently used as a header title background with a minimum height applied via CSS.
If you want to adjust the height of that background section, you can modify this CSS and then copy this css and paste it in your custom code -> css section.
.com-spbooking .sp-page-title {
min-height: 400px;
}
You can increase or decrease the value depending on your design needs.
Thanks.