how to center "the collection" Text in the featured collection

how do i center this to the page?

and another question:

How can i keep my images constrained to underneath the product image:

@Andia

Please share your store URL!

Thanks!

Hi, @Andia .

Please share your store URL and Password!

https://448381.myshopify.com/

@Andia

Solution for “How do I center this to the page?”

Please add the following CSS code to your assets/template-collection.css bottom of the file.

.collection__title.title-wrapper {
    text-align: center;
}

@media screen and (min-width: 990px){
.collection__title.title-wrapper--self-padded-tablet-down {
    margin: 0 auto !important;
    text-align: center !important;
}
}