#content section{
    display: inline-block;
    width: 30%;
    min-height: 12em;
    padding: 0.75em;
    vertical-align: top;
}
#content section:nth-of-type(1) h1{ width: 70.75%;}
#content section:nth-of-type(2) h1{ width: 100.0%;}
#content section:nth-of-type(3) h1{ width: 87.25%;}
#content section+section{ 
    border-left: 1px solid black; 
}
#content section h1{ 
    font-size: 1.25em;
    margin: auto;
    text-align: center;
}
#content p{ text-align: justify; }