.miodiv{
    display: flex;
    flex-direction: row;
    flex-wrap: inherit;
    margin: 0;
    padding: 0;
    justify-content: center;
    height: 40vh;
}

.mioimg{
    justify-content: center;
    align-content: center;
}
.team__social {
    list-style : none;
    display    : flex;
    margin     : 0;
    padding: 0;
    /*transform  : translate(0, -50%);*/
    position   : relative;
    justify-content:left;
}

.team__social li {
    padding-left : 0;
    margin-right : 1.4rem;
    line-height  : 1;
}

.team__social li:last-child {
    margin-right : 0;
}

.team__social svg {
    height : var(--vspace-0_875);
    width  : var(--vspace-0_875);
}

.team__social svg path {
    fill : black;
}