Hey Pavel, thanks for your Answer. PLease read my first Post, i did read the Forum and found this Post you suggested allready ;-) Any other advice?
Oh sorry. I did not notice it because of watching on mobile.
There are several ways to do it. Based on your layout, the easiest way, set up the minimum height, focusing on the greatest height.
The first thing you need to do is clean all the paddings that you have added to alignment.
Add a class to your section containing feature-box addons. And use the following code.
.your-section-class .sppb-addon-feature {
min-height: 420px;
}
You may need to adjust the value of the minimum height.