Unfortunately I am working only on localhost. Up till now I have managed to hide the panel section adding this code to css file
.responsive-tabs .responsive-tabs__panel[aria-labelledby="tablist1-tab4"] {
display: none;
visibility:hidden;
}
but I still cannot remove the heading for this tab. It is visible and clickable. I tried with last-child selector for .responsive-tabs .responsive-tabs__heading but without any success.