A hidden version of the About section that includes a separator in the section footer.

<!-- SECTION: About us -->
<section class="about-us small-padding stack-section">
    <header class="text-center">
        <div class="row column">
            <div class="section-header">
                <h1 class="section-heading">About us</h1>
                <p>Lorem ipsum dolor sit amet consectetur adipiscing elit suspendisse, purus inceptos euismod cursus leo luctus class massa, vitae diam cum tempus laoreet id dui.</p>
            </div>
            <hr class="section-header-divider" />
        </div>
    </header>
    <div class="row column">
        <div class="flex-wrapper small-padding">
            <div class="card complex-card single-item text-center">
                <div class="embedded-media">
                    <!-- Map code -->
                    <!-- COMPONENT: Embedded media - Map -->
                    <div class="embedded-media">
                        <iframe scrolling="no" marginheight="0" marginwidth="0" src="http://www.openstreetmap.org/export/embed.html?bbox=-2.331386804580689%2C51.37818286327943%2C-2.324563264846802%2C51.381614790395275&amp;layer=mapnik&amp;marker=51.37989718489204%2C-2.327975034713745" style="border: 1px solid black" width="425" height="350" frameborder="0"></iframe><br><small><a href="http://www.openstreetmap.org/?mlat=51.37990&amp;mlon=-2.32798#map=18/51.37990/-2.32798">View Larger Map</a></small>
                    </div>
                    <!-- End component: Embedded media - Map -->
                </div>
                <footer>
                    <address>
                        <span>Wessex House</span>
                        <span>University of Bath</span>
                        <span>Claverton Down</span>
                        <span>Bath</span>
                        <span>BA2 7AY</span>
                        <span>United Kingdom</span>
                    </address>
                </footer>
            </div>
        </div>
    </div>
    <footer class="small-padding text-center">
        <div class="row column">
            <!-- COMPONENT: Standard button -->
            <a href="#" class="button">Lorem ipsum dolor sit</a>
            <!-- End component: Standard button -->
            <hr class="divider">
        </div>
    </footer>
</section>
<!-- End section: About us -->