/*menu*/
.nav_list > li:nth-child(2){
    font-weight: bold;
}

.nav_list > li:nth-child(2):after{
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: #3F4462;
}
/*menu*/


.main_container{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.box_top{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.txt_title{
    letter-spacing: 1px;
}

.main_container > hr{
    height: 5px;
    width: 25px;
    background-color: lightgrey;
    border: 0px solid;
    margin-top: 20px;
    margin-bottom: 50px;
}


.box_staff{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.img_doc{
    flex-grow: 4;
    text-align: center;
}
.txt_doc{
    flex-grow: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 40px;
}

.name > span{
    font-size: 1rem;
    font-weight: 600;
}

.txt_doc > div > ul > li{
    line-height: 200%;
}

.txt_doc > div > ul > li:nth-child(6){
    margin-bottom: 30px; 
}












