Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 53101)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -1475,3 +1475,6 @@
 
 
 }
+.editor-styles-wrapper .wp-block-pullquote blockquote p {
+    font-size:inherit!important;
+}
\ No newline at end of file
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 53101)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -1475,3 +1475,6 @@
 
 
 }
+.editor-styles-wrapper .wp-block-pullquote blockquote p {
+    font-size:inherit!important;
+}
\ No newline at end of file
Index: wp-content/themes/twentytwenty/style.css
===================================================================
--- wp-content/themes/twentytwenty/style.css	(revision 53101)
+++ wp-content/themes/twentytwenty/style.css	(working copy)
@@ -3242,7 +3242,7 @@
 
 .wp-block-pullquote blockquote p {
 	font-family: inherit;
-	font-size: 2.8rem;
+	font-size: inherit;
 	font-weight: 700;
 	line-height: 1.178571429;
 	letter-spacing: -0.041785714em;
@@ -5309,9 +5309,9 @@
 
 	/* BLOCK: PULLQUOTE */
 
-	.wp-block-pullquote blockquote p {
+	/* .wp-block-pullquote blockquote p {
 		font-size: 3.2rem;
-	}
+	} */
 
 	.wp-block-pullquote cite {
 		margin-top: 2rem;
