/* Target the specific title element on the home page and hide it */
.home .elementor-element-7e86949,
.home h1:contains('Home'),
.home .page-title {
    display: none !important;
}