Prestige theme: How to reduce spacing between header and subheader in a block

I have added images to show the texts i am trying to bring closer together.

Store URL is https://reliq.shop/

Thanks in advance

Hi @Matthew114

  1. Go to theme files > theme.css file.

  2. Add the below CSS at the bottom of the file and save the changes.

.prose .h1, .prose .h2{
margin-top: 10px;
}

I hope this helps!