Index: src/wp-admin/includes/class-wp-internal-pointers.php
===================================================================
--- src/wp-admin/includes/class-wp-internal-pointers.php	(revision 43194)
+++ src/wp-admin/includes/class-wp-internal-pointers.php	(working copy)
@@ -161,23 +161,21 @@
 	 * @since 4.9.6
 	 */
 	public static function pointer_wp496_privacy() {
-		$content  = '<h3>' . __( 'Privacy and Personal Data' ) . '</h3>';
-		$content .= '<h4>' . __( 'Privacy Policy' ) . '</h4>';
-		$content .= '<p>' . __( 'Create or select your site&#8217;s privacy policy page under <strong>Settings &gt; Privacy</strong> to keep your users informed and aware.' ) . '</p>';
+		$content  = '<h3>' . __( 'Personal Data and Privacy' ) . '</h3>';
 		$content .= '<h4>' . __( 'Personal Data Export and Erasure' ) . '</h4>';
 		$content .= '<p>' . __( 'New <strong>Tools</strong> have been added to help you with personal data export and erasure requests.' ) . '</p>';
+		$content .= '<h4>' . __( 'Privacy Policy' ) . '</h4>';
+		$content .= '<p>' . __( 'Create or select your site&#8217;s privacy policy page under <strong>Settings &gt; Privacy</strong> to keep your users informed and aware.' ) . '</p>';
 
 		if ( is_rtl() ) {
 			$position = array(
 				'edge'  => 'right',
 				'align' => 'left',
-				'at'    => 'left+40',
 			);
 		} else {
 			$position = array(
 				'edge'  => 'left',
 				'align' => 'right',
-				'at'    => 'right-40 bottom'
 			);
 		}
 
Index: src/wp-includes/css/wp-pointer.css
===================================================================
--- src/wp-includes/css/wp-pointer.css	(revision 43194)
+++ src/wp-includes/css/wp-pointer.css	(working copy)
@@ -37,11 +37,12 @@
 }
 
 .wp-pointer-content h4 {
-	margin: 1.33em 15px;
+	margin: 1.33em 20px 1em;
+	font-size: 1.15em;
 }
 
 .wp-pointer-content p {
-	padding: 0 15px;
+	padding: 0 20px;
 }
 
 .wp-pointer-buttons {
 	