.sobre {
    padding-bottom: 130px;
}

.sobre .imagem-principal img {
    height: auto;
    max-width: 520px;
    width: 100%;
}

.sobre .textos {
    margin-left: auto;
    max-width: 550px;
    position: relative;
    width: 100%;
    font-family: 'Lato', sans-serif, Arial;
}

.sobre .textos h2 {
    color: #1c1c1d;
    font-size: 30px;
    line-height: normal;
    font-style: normal;
    font-weight: 700;
    padding: 0;
}


.sobre .botao {
    background-color: #FFF;
    border: 1px solid #2A7DE1;
    border-radius: 8px;
    color: #2A7DE1;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
    padding: 16px 28px;
    transition: all .5s;
}

