section.sobre{
    padding-inline: 160px;
}

section.sobre strong{
    font-weight: normal;
}

section.sobre .divisor{
    display: flex;
    justify-content: center;
    margin: 8vh auto;
    width: 100%;
}

section.sobre h1,h2{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

section.sobre h1{
    font-size: 1.2rem;
    font-weight: 400;
}

section.sobre img.jacque{
    display: block;
    margin: 45px auto; /* centraliza e adiciona margem inferior */
    width: 400px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    padding: 10px;
}

section.sobre p{
    margin-bottom: 20px;
}

@media screen and (orientation:portrait){
    section.sobre{
        padding-inline: 10px;
    }   

    section.sobre img.jacque{
        display: block;
        margin: 60px auto; /* centraliza e adiciona margem inferior */
        width: 80%;
    }
}