Site icon Hip-Hop Website Design and Development

Hide Tab Titles from Tabs Block

I have this Tab on my website– https://prntscr.com/1zii0ab

On Mobile, I will like to hide the Titles of 3 of the Tabs, and on Tablet I will like to hide the Titles of 2 of the Tabs.

When I used Google Inspect for one of the Titles,this is what I saw as the CSS–

(span class="gutentor-module-tabs-title")Trust(/span)

So what I really want to hide is the last 3 Titles on Mobile with that CSS Class, and the last 2 Titles with the same CSS Class on Tablet.

How do I write the CSS to be able to hide these elements on Mobile and Tablet as intended?

Regards