.sd-avatar-title {
  display: flex;
  align-items: center;
}
.sd-avatar-title-vertical {
  flex-direction: column;
}
.sd-avatar-title-txt {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
}
