/* Sobre */
section.sobre__home {
    background: url(../img/bg-sobre-interna.jpg) top center no-repeat;
    padding-bottom: 90px;
}

section.sobre__home .premissas {
    padding-top: 100px;
}

section.sobre__home .premissas h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
}

.page-template-template-sobre .sobre__home p {
    text-align: justify!important;
}


/* Estrutura */
section.estrutura {
    padding: 90px 0;
}

section.estrutura h2 {
    margin-bottom: 60px;
}

section.estrutura img {
    display: block;
    border:10px #fff solid;
    box-shadow: 0 0 30px #00000018;
}