| OLD | NEW | 
|---|
| 1 <div class="container text-center"> | 1 <div class="container text-center content"> | 
| 2   <div class="row item-group"> | 2   <div class="row item-group"> | 
| 3     <div class="column one-third item"> | 3     <div class="column one-third item"> | 
| 4       <img | 4       <img | 
| 5         height="90px" | 5         height="90px" | 
| 6         width="90px" | 6         width="90px" | 
| 7         src="/img/feature-fast.png" | 7         src="/img/feature-fast.png" | 
| 8         srcset="/img/feature-fast.svg 2x" | 8         srcset="/img/feature-fast.svg 2x" | 
| 9         alt="{{ feature-faster-alt[alt text] Rocket }}"> | 9         alt="{{ feature-faster-alt[alt text] Rocket }}"> | 
| 10       <h2 class="item-heading">{{ feature-faster-heading[heading] Faster, More E
    njoyable Browsing }}</h2> | 10       <h2 class="item-heading">{{ feature-faster-heading[heading] Faster, More E
    njoyable Browsing }}</h2> | 
| 11       <p class="item-body">{{ feature-faster-body Block ads that interrupt your 
    browsing experience. Say goodbye to video ads, pop-ups, flashing banners and mor
    e. Blocking these annoyances means pages load faster. }}</p> | 11       <p class="item-body">{{ feature-faster-body Block ads that interrupt your 
    browsing experience. Say goodbye to video ads, pop-ups, flashing banners and mor
    e. Blocking these annoyances means pages load faster. }}</p> | 
| (...skipping 13 matching lines...) Expand all  Loading... | 
| 25         height="90px" | 25         height="90px" | 
| 26         width="90px" | 26         width="90px" | 
| 27         src="/img/feature-aa.png" | 27         src="/img/feature-aa.png" | 
| 28         srcset="/img/feature-aa.svg 2x" | 28         srcset="/img/feature-aa.svg 2x" | 
| 29         alt="{{ feature-aa-alt[alt text] Checkmark in an octagon }}"> | 29         alt="{{ feature-aa-alt[alt text] Checkmark in an octagon }}"> | 
| 30       <h2 class="item-heading">{{ feature-aa-heading[heading] Not All Ads Are Ba
    d }}</h2> | 30       <h2 class="item-heading">{{ feature-aa-heading[heading] Not All Ads Are Ba
    d }}</h2> | 
| 31       <p class="item-body">{{ feature-aa-body Websites need money to stay free. 
    Support them by allowing Acceptable Ads (enabled by default). Want to hide all a
    ds? No problem. <a href="acceptable-ads#optout">Learn how</a> }}</p> | 31       <p class="item-body">{{ feature-aa-body Websites need money to stay free. 
    Support them by allowing Acceptable Ads (enabled by default). Want to hide all a
    ds? No problem. <a href="acceptable-ads#optout">Learn how</a> }}</p> | 
| 32     </div> | 32     </div> | 
| 33   </div> | 33   </div> | 
| 34 </div> | 34 </div> | 
| OLD | NEW | 
|---|