That’s a combination of an HTML <div> with inline CSS, not markdown. To modify it for bold text and different font size, you could do this, e.g.:
<div style=“text-align:center;width:100%;font-size:30px;font-weight:bold;”>insert text here</div >
Followup Note: the above statement does not center the text. See this followup post that does center the text.