Change text alignment custom content header and remove featured image

hii, @chaman
Paste this code on top of the theme.scss file.

.section-header.text-center .h2 {
    font-size: 50px !important;
}

Thank You.