I found this snippet below in your page, you can look at your template html to make sure what it does.
<div class="page-heading bc-type-default">
<div class="container">
<div class="row">
<div class="col-md-12 a-center">
<h1 class="title"><span>Home</span></h1>
</div>
</div>
</div>
</div>
or In your style.css file (line No: 2595), comment the first two lines out.
.page-heading {
/* padding: 1.7857em 0; */
/* margin-bottom: 2.142em; */
text-align: center;
}