.badge-image-container {
 display:flex;
 align-items:center;
 justify-content:center;
 box-shadow:0 4px 20px 0 rgba(0,0,0,.1);
 border:.25rem solid #fff;
 border-radius:50%;
 width:52px;
 height:52px;
 background-color:#4a4a4a;
 flex-shrink:0
}