#div-intro-people {
    background-color: white;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10%;
    padding-right: 10%;
}

#table-intro-people {
    border-collapse: collapse;
    width: 100%;
    margin: 0px auto;
}
        
#table-intro-people {
    border: 0px solid  var(--RUBgray);
}

#table-intro-people th, #table-intro-people td {
    border-top: 0px solid white;
    border-bottom: 6px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#table-intro-people td {
    font-family: arial;
    padding: 8px 10px;
    background-color: var(--RUBgray);
}

.div-intro-td {
    display: flex; /* equal height of the children */
}

.div-intro-td-left {
    padding: 0px auto;
}

.div-intro-td-right {
    padding: 0px 20px;
    line-height: 150%;
    text-align: justify;
}

#div-video-news {
    margin-left:10%;
    margin-right:10%;
    margin-bottom: 5px;
    padding: 5px 10px;
    display: flex; /* equal height of the children */
    background-color: var(--RUBgray);
}

