.wd-nav-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.wd-nav-header .back {
  color: #93949B;
  height: 24px;
  width: 24px;
  transform: scale(1.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-nav-header .name {
  font-size: 24px;
  color: #0F1222;
  margin: 0 12px;
}
