Hi latribulatina
You're using a layout that loads the 'masthead' section and it shows that title on top. If you don't use this section, you can remove it in Layout Settings of template:
In case that you use this section on other pages and want to hide this title on homepage only, you can use this custom CSS code:
.com_eventbooking .t4-masthead {
display: none;
}