How do I reduce white space within a section header and separator?

Please see the attachment for the white space that I want to reduce.

My website is www.TOAI.in

@SurTri Go to assets/timber.scss.css and paste below css at bottom of file.

.rte h3:first-child
{
margin-bottom: -50px !important;
}

thanks it worked

@SurTri Great.

Hi @SurTri

Please go to your Themes > Edit code > Assets > Open timber.scss.css and add the following code to the bottom of the file.

.section-header > h3 { 
  margin: 0 !important 
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!