.container {

max-width: 46rem;
section[role="main"] {
    background-color: $main-background-color;
    article {
        header {
            h1, h2, h3, h4, h5 {
                @extend .text-xs-center;
                line-height: 200%;
            }

            p {
                @extend .text-xs-center;
                @extend .lead;
            }
        }
    }        
}

margin-top: 40px;

}