The Content template uses 3 css classes:
<div class="content-header">
<div class="content-header__title">{{{Header|}}}</div>
<div class="content-header__body">{{{Body|}}}</div>
</div>
They use a kinda confusing system of several css files, both Common.css and Fandomdesktop.css and a few more imported css files, so it isn't that easy to find out.
The classes are (mostly) defined in Fandomdesktop.css, while a part of .content-header is also defined in Article.css (which is loaded before Fandomdesktop), of which some of it (.border-radius) is overwritten by Fandomdesktop.