This is the default markup and styling for a generic section of content. It usually consists of:
This is a paragraph in a block of content.
Find out more<section class="content-block">
    <h3 class="content-block__title">Section Title</h3>
    <p>This is a paragraph in a block of content.</p>
    <a href="#" class="button button--ghost button--flat">Find out more</a>
</section>