Any addition of code in theme.scss in Narrative theme causes flicker in product collections page

Any addition of code in theme.scss in Narrative theme causes flicker in product collections page

I am creatice a page template for testimonials.

I added styling code for quote in theme.scss.liquid

.quote__headingCustom {
text-align: center;
margin-top: $gutter * 7;
margin-bottom: $gutter * 3;
}

Here is the piece of code I have added.

Adding this, causes a flicker in the Collection page. Please help. Unable to understand why is this happening. I have also checked the critical-css.liquid but no luck.