.law_block{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    flex-direction: column;

    width: 80%;
}

.navig{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;

    flex-direction: row;}

.law_person{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
}

.law_person_noFoto{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
}

.law_person_text{
    margin: 20px;
}

.law_photo{
    width:330px;
    height:436px;
    background-size: cover;
}

.up-block{
    width: 80%;

    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-direction: row;
    margin-bottom: 56px;
}

.text-personal br{
    margin-bottom: 24px;
}

.down-block{
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.up-block-notary{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-direction: row;
    margin-bottom: 56px;
}

.down-block-notary{
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

@media screen and (max-width: 1000px){

    .law_person{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .title-personal{
        line-height: 35px;
        margin-bottom: 10px;
        font-size: 32px;
        color: #212e53;
    }

    .law_person_text{
        align: left;
        margin: 1px;
    }

    .law_photo{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 16px;
        height: auto;
        background-size: cover;
    }

    .navig{
        margin: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 25%;
    }

    .up-block{
        width: 100%;

        display: flex;
        justify-content: space-around;
        align-content: center;
        flex-direction: column;
        margin-bottom: 56px;
    }

    .down-block{

        margin-left: 0px;
        margin-top: 24px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

}