A `<section>` is a meaningless element. Stop using it.
UNLESS you give it an accName. Then it becomes a region landmark:
https://www.w3.org/TR/html-aria/#el-section
Do not use `aria-label`. Associate `<section> with its `<h#>` via `aria-labelledby`. If it has no `<h#>`, stop using it.