Service Section text alignment

Hi,

I would like to center-align the entry text under the service section title on our website: http://europdevconsulting.com.

What’s the CSS code for that without affecting the left-alignment of the text under the three service columns?

Cheers,

Europdev

Hi there,
Thanks for reaching out.
in relation to your question here, please add this code within the Appearance.Customize>Additional CSS section:

.front-page-section .section-header .section-description {
text-align: center;
}

I hope this helps.
Best Regards,
Support.