.interna.pastor #fotoPastor {
    border-radius: 0 20px 20px 20px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.interna.pastor #sobre {
    margin-bottom: 40px;
}

    .interna.pastor #sobre h2 {
        color: #156941;
        font-size: 3.6em;
        font-weight: 800;
        margin-bottom: 20px;
        border-bottom: solid 1px #eee;
        padding-bottom: 20px;
    }

        .interna.pastor #sobre h2 small {
            display: block;
            font-size: 0.48em;
            color: #666;
            font-style: italic;
            line-height: 130%;
        }

    .interna.pastor #sobre hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .interna.pastor #sobre .redessociais span {
        font-size: 1.2em;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #666;
        display: block;
    }

    .interna.pastor #sobre .redessociais svg {
        font-size: 3em;
        margin-right: 10px;
    }

.interna.pastor #mensagem {
    background: rgba(0,0,0,.01);
    padding: 40px;
    border-radius: 0 20px 20px 20px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

    .interna.pastor #mensagem svg {
        font-size: 3em;
        color: #0D5131;
        margin-bottom: 5px;
    }

    .interna.pastor #mensagem h2 {
        color: #0D5131;
        font-size: 2.4em;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .interna.pastor #mensagem p {
        font-style: italic;
    }
