.site_sobre{
    width: 90%;
    max-width: 800px;
    padding-top: 50px;
    margin: auto;
    padding-bottom: 50px;
    background-color: #fff;
    
}
.title_sobre{
    font-size: 30px;
    font-weight: 700;
    color: #2f2f2f;
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
    display: flex;
    align-items: center;
}
.title_sobre img{
    max-height: 50px;
    max-width: 200px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
    z-index: 1;
}
.body_sobre{
    width: 90%;
    margin: auto;
}
.body_sobre p{
    text-align: justify;
}
.img_sobre_bottom img{
    width: 200px;
    margin-left: 5%;
}
.item_sobre_p{
    width: calc(100% - 15px);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid #6d3485;
}