#servicos {
    padding: 15px 0;
    background: #f1f1f1;
    margin: 0;
    width: 100%;
    float: left;
}


#servicos h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin: 0;
}

#servicos h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #25558b;
    font-weight: lighter;
    display: inline-block;
    float: right;
    margin: 0;
}
#servicos .titulo-item h1 , #servicos .titulo-item h2 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    width: 100%;
}

#servicos .titulo-item h1, #servicos .titulo-item h2 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 2px 5px;
    margin: 0;
    float: left;
}
.servico-item {
    float: left;
    width: 100%;
}
.servico-item h2 {    
    color: #666;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

.texto-servico {
    padding: 10px 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    width: 665px;
    float: left;
    text-align: justify;
    line-height: 24px;
}

.imagem-servico {
    width: 245px;
    margin: 15px 0 0 40px;
    float: left;
}
.imagem-servico img {
    width: 100%;
}
.divider-empresa {
    background: url(../../imagens/template/divider-empresa.png);
    height: 30px;    
    background-position: center center;
}

