Hello @alonmg,
Thanks for asking. 
I checked the page you have shared and icon along with headline spacing looks fine on my end. Have you figured out the spacing? Can you please confirm?
However, the image element seems left aligned. If you would like to center align the image then please add a class to text element (I can see that you are displaying image under text element) and then add following CSS under X > Theme Options > CSS. I have also recorded a screencast that you can take a look:
.center-text-imge img {
margin: 0 auto;
display: block;
}
You can rename the class name as per your requirement.
Thanks.