section#content h1,h2 { font-family: 'raleway'; color: #6c6c6c; }
section#content h1 { font-size: 19px; font-weight: 400; text-transform: uppercase; border-bottom: 1px solid grey; margin-bottom: 30px;}
section#content h2 { font-size: 19px; font-weight: 400; margin-bottom: 20px; }
section#content p { font-size: 14px; color: #242424}
section#content { padding-top: 25px; }

/* Serviços - Contábeis ---------------------------------------------------------- */
section#content div#contabeis {
    clear: both;
    width: 920px;
    margin: 0 auto;
    height: 500px;
    background: url("../imgs/sobre-nos/fdo-apresentacao.jpg");
}
section#content div#contabeis div#texto {
    float: left;
    width: 620px;
    line-height: 22px;
    padding-left: 10px;
}
section#content div#contabeis div#imagem {
    float: left;
    line-height: 22px;
    padding-left: 35px;
}
section#content div#contabeis div#imagem img {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

/* Serviços - Fiscal ------------------------------------------------------------ */
section#content div#fiscal {
    clear: both;
    width: 920px;
    margin: 0 auto;
    height: 580px;
    background: url("../imgs/sobre-nos/fdo-apresentacao.jpg") no-repeat;
}
section#content div#fiscal div#texto {
    float: left;
    width: 650px;
    line-height: 22px;
    padding-left: 10px;
}
section#content div#fiscal div#imagem {
    float: left;
    line-height: 22px;
    padding-left: 35px;
}
section#content div#fiscal div#imagem img {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

/* Serviços - Pessoal ------------------------------------------------------------ */
section#content div#pessoal {
    clear: both;
    width: 920px;
    margin: 0 auto;
    height: 620px;
    background: url("../imgs/sobre-nos/fdo-apresentacao.jpg") no-repeat;
}
section#content div#pessoal div#texto {
    float: left;
    width: 620px;
    line-height: 22px;
    padding-left: 10px;
}
section#content div#pessoal div#imagem {
    float: left;
    line-height: 22px;
    padding-left: 35px;
}
section#content div#pessoal div#imagem img {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}