@ -17,7 +17,7 @@ export function CenterComponentWrapper({
<section className={styles.wrapper}>
<div>
<h3>{heading}</h3>
<p className={styles.body}>{body}</p>
<p>{body}</p>
</div>
<div className={styles.graphWrapper}>{children}</div>
</section>