| Index: chrome/browser/resources/settings/settings_page/settings_section.html
 | 
| diff --git a/chrome/browser/resources/settings/settings_page/settings_section.html b/chrome/browser/resources/settings/settings_page/settings_section.html
 | 
| index 604547432070dd7c480cf3f0e8129d4fc5c66d70..aee3b5ee260f6dfefd08f67284bff161ce5f3a24 100644
 | 
| --- a/chrome/browser/resources/settings/settings_page/settings_section.html
 | 
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.html
 | 
| @@ -22,6 +22,7 @@
 | 
|          color: var(--paper-grey-600);
 | 
|          font-size: 13px;
 | 
|          font-weight: 500;
 | 
| +        margin-bottom: 0;
 | 
|          margin-top: var(--settings-page-vertical-margin);
 | 
|        }
 | 
|  
 | 
| @@ -54,7 +55,7 @@
 | 
|        }
 | 
|      </style>
 | 
|      <div id="header">
 | 
| -      <div class="title">{{pageTitle}}</div>
 | 
| +      <h2 class="title">{{pageTitle}}</h2>
 | 
|      </div>
 | 
|      <div id="card">
 | 
|        <content id="content"></content>
 | 
| 
 |