Hi whitetiger,
We are using the background image size cover.
The cover value, as the name implies, ensures that the picture is scaled to fill the full container, leaving no empty space, while maintaining its ratio. If the proportions of the background image and the element differ, the image’s width or height will be cropped.
Also, Padding is used to create space around an element's content, so there is a lot of space available for the text
If in some contexts it may not be convenient to insert very large images. You can vary the height of the module from the Extra field tab when editing the module. Select the Spacing top and Spacing bottom that you want to change.
Or you can add a custom Class for the module and use the following CSS code to edit:
.your-class-module .acm-hero.style-2 .hero-content {
padding: 6rem 6rem;
}
I hope that my message has been clear and easy to understand. Please let me know if you have any questions or need further clarification.