.event-contact-card__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
    user-select: none;
}
