.teammember__avatar{
    border-radius: 300px;
    background: #e9e9e9;
}

.teammember__mail,
.teammember__phone{
    position: relative;
}

.teammember__mail:after{
    content:"M";
    background-color: #dd2314;
    line-height: 25px;
    text-align: center;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-size: 11px;
    border-radius: 9999px;
}

.teammember__phone:after{
    content:"T";
    background-color: #dd2314;
    line-height: 25px;
    text-align: center;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-size: 11px;
    border-radius: 9999px;
}