.ProfilePanel.Panel .PhotoWrapLarge {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    margin-bottom: 16px;
}

.userphoto-personalinfo .userphoto-personalinfo__name {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: black;
    font-family: "ChromaticaBlack";
}

.userphoto-personalinfo .userphoto-personalinfo__secondary {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #6C6767;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.userphoto-personalinfo .userphoto-personalinfo__secondary svg {
    margin-left: 8px;
}
