Here are the articles in this sections:
<style> .bridge-section-row { display: flex; flex-wrap: wrap; justify-content: space-between; margin : 10px; } .sections-container a{ flex : 1; } .bridge-section { background-color: var(--vp-c-bg-mute); transition: background-color 0.1s; width : 98%; display: flex; padding: 1rem 0 1rem 10px; border: 1px solid var(--vp-c-divider); border-radius: 8px; font-weight: 600; font-size: 16px; text-align: left; margin-bottom: 0.5rem; cursor: pointer;; } </style>