/* H1 H2 Texto SEO */

h2 {
    font-size: 24px;
}

h3 {
    font-size: 14px;
}

h3 {
    line-height: 20px;
}

h2 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: #0c4cad;
    text-rendering: optimizelegibility;
}

h3 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    color: #727272;
    text-rendering: optimizelegibility;
}



#quem-somos{
    background:#f2f2f2;
   /* margin-bottom:30px*/
}
#quem-somos .conteiner{
    padding:20px
}
#quem-somos h2{
    color:#363636;
    font-size:24px;
    text-align:center;
    text-shadow:1px 1px 0 #fff;
    margin:0 0 15px;
    text-transform:uppercase
}
#quem-somos p{
    font-size:16px;
    line-height:22px


