diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css
index ed539d33ae..4c953c1bfb 100644
--- a/src/wp-admin/css/site-health.css
+++ b/src/wp-admin/css/site-health.css
@@ -11,10 +11,6 @@ are styled in the Privacy section of edit.css */
 	font-weight: 400;
 }
 
-.health-check-widget-title-section {
-	text-align: center;
-}
-
 .site-health-progress-wrapper {
 	margin-bottom: 1rem;
 }
@@ -318,6 +314,11 @@ are styled in the Privacy section of edit.css */
 	margin-left: 0;
 }
 
+.health-check-widget-title-section {
+	margin-bottom: 0;
+	text-align: center;
+}
+
 @media screen and (max-width: 480px) {
 	#dashboard_site_health .health-check-widget {
 		grid-template-columns: 100%;
