/* Target the specific block title class */
.wp-block-post-title {
    display: none !important;
}

/* Target the block featured image class */
.wp-block-post-featured-image {
    display: none !important;
}