.headerteambox{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;

}
/**/
.teamheader-container {
    background: #fff;
    width: 100%;
    margin: auto auto;
    border: 1px solid #ccc;
    padding: 1px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.teamheader-headline {
    background: #0066a2 url(../../../images/thead.png) top left repeat-x;
    color: #ffffff;
    border-bottom: 1px solid #263c30;
    padding: 8px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.teamheader-bit {
    background: #f5f5f5;
    border: 1px solid;
    border-color: #fff #ddd #ddd #fff;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 5px;
}

.teamheader-bit_teamie {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 5px;
} 

.teamheader-bit_teamie:last-child {
    margin-bottom: 5;
}

.teamheader-bit_avatar {
    width: 12%;
margin-right: 5px;
}

.teamheader-bit_avatar img {
    width: 55px;
border:3px solid #7e6171;

}

.teamheader-bit_infos {
    width: 67%;
font-size: 10px;
text-align: left;
}