How can I center the title of my Featured Collection using Custom CSS?

@IR01 Hope you are doing well.

Could you please share your store URL?

Or else you can use below CSS and make the changes as per your class structure.

.className{
text-align:center;
}