Index: src/wp-admin/about.php
===================================================================
--- src/wp-admin/about.php	(revision 45274)
+++ src/wp-admin/about.php	(working copy)
@@ -44,9 +44,9 @@
 
 		<div class="feature-section headline-feature one-col">
 			<div class="col">
-				<p><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p>
+				<p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p>
 				<div class="inline-svg">
-					<img src="https://make.wordpress.org/core/files/2019/04/site-safe.png" alt="">
+					<img src="https://cldup.com/nfQEOYZYFG.svg" alt="">
 				</div>
 			</div>
 		</div>
@@ -55,10 +55,10 @@
 
 		<div class="feature-section one-col is-wide wp-clearfix">
 			<div class="col">
-				<h3><?php _e( 'Site Health Check' ); ?></h3>
 				<div class="inline-svg alignright">
-					<img src="https://make.wordpress.org/core/files/2019/04/health-check.png" alt="">
+					<img src="https://cldup.com/nmr4gyemWg.svg" alt="">
 				</div>
+				<h3><?php _e( 'Site Health Check' ); ?></h3>
 				<p>
 					<?php
 					printf(
@@ -78,10 +78,10 @@
 		<div class="feature-section one-col is-wide wp-clearfix">
 			<div class="col">
 				<div class="inline-svg alignleft">
-					<img src="https://make.wordpress.org/core/files/2019/04/error-protection.png" alt="">
+					<img src="https://cldup.com/iD5A-zYiSk.svg" alt="">
 				</div>
 				<h3><?php _e( 'PHP Error Protection' ); ?></h3>
-				<p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode,  which pauses error-causing plugins or themes.' ); ?></p>
+				<p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called "white screen of death," and a way to enter recovery mode,  which pauses error-causing plugins or themes.' ); ?></p>
 			</div>
 		</div>
 
@@ -104,7 +104,7 @@
 
 		<h3 class="under-the-hood-header"><?php _e( 'Developer Happiness' ); ?></h3>
 
-		<div class="under-the-hood feature-section two-col">
+		<div class="under-the-hood two-col">
 			<div class="col">
 				<h4><a href="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php _e( 'PHP Version Bump' ); ?></a></h4>
 				<p><?php _e( 'The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!' ); ?></p>
@@ -114,7 +114,7 @@
 				<p><?php _e( 'A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.' ); ?></p>
 			</div>
 		</div>
-		<div class="under-the-hood feature-section two-col">
+		<div class="under-the-hood two-col">
 			<div class="col">
 				<h4><a href="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php _e( 'New Body Tag Hook' ); ?></a></h4>
 				<p>
@@ -185,4 +185,4 @@
 );
 
 /* translators: %s: Codex URL */
-__( 'For more information, see <a href="%s">the release notes</a>.' );
+__( 'For more information, see <a href="%s">the release notes</a>.' );
\ No newline at end of file
Index: src/wp-admin/css/about.css
===================================================================
--- src/wp-admin/css/about.css	(revision 45274)
+++ src/wp-admin/css/about.css	(working copy)
@@ -117,7 +117,7 @@
 
 .about-wrap p {
 	line-height: 1.5;
-	font-size: 14px;
+	font-size: 16px;
 }
 
 .about-wrap .feature-section p {
