.identity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.identity img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

@media (max-width: 700px) {
  header > .identity img {
    width: 44px;
    height: 44px;
  }
}
