@average-printer-93679 Difficult, it’s possible but targeting a particular section might be possible through ordering, which might break if you re-order your sections, or add another in-between, or use conditional visibility, etc.
Another more reliable solution is through JS, which would allow to hide a section based on what fields it contains, but it would be slightly slower than a CSS-based solution.