Here's two accessibility issues picked up by the accessibility testing tools.
1. These headings should be h3 instead of h4.
2. Document is missing a main landmark.
Those sections directly inside the body element should be wrapped with a <main> tag, which has a landmark role of main.
