#quienes_somos{
    min-height: 400px;
    width: 100%;
    padding: 2%;
    padding-bottom: 5%;
}
.row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.founders{
    margin-top: 5%;
    width: 30%;
    text-align: center;
}
.founders_img{
    width:60%;
}


@media (max-width: 500px) {

.row {
    flex-direction: column;
    }
    
.row .founders{

    width: 100%;
}

}