Hi whitetiger,
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;
}