Changing Call for Action Height

is there a way to change the Call for Action height?

You can do that by increasing or decreasing padding for this section. You can do this by adding this CSS to Theme Options - Other - Custom CSS. Default one is 30px and this example will push it to 50px but you can use anly value you want.

.cfa {
  padding: 50px 0;
}