Center Multicolumn Text Title on Desktop as well as mobile

Hi @ellacoker
Please replace text-align: center with

text-align: center;
 align-items: center;
 justify-content: center;

Please like and accept solution if it works for you

Thanks!