Hi @friech,
I read your other support article and managed to move the feature list items to the center, but the icons / graphics and the button is unchanged. How can I place feature list items and button at the center of column along with the icon/ graphics?

Here’s the custom CSS I compiled and used:
.custom-feature-list h4.x-feature-box-title { /This selector affects the title of the feature list item/
color: ; /This change font color/
font-size: 14px; /* This change font size*/
width: inherit;
margin-left: auto;
margin-right: auto;
}
Thank you very much


