Hey ramonolivencia,
Thank you for the inquiry.
This is actually the default layout of the product tabs. If you want to remove the h2 or heading, you could add this code in the Quick CSS field or in the child theme’s style.css file.
#top .woocommerce-tabs h2 {
display: none !important;
}
Best regards,
Ismael