.team-identity {
  display: flex;
  align-items: center;
  gap: 13px;
}

.team-head .flag {
  display: grid;
  place-items: center;
  width: 44px;
  height: 34px;
  background: #f7f2eb;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 5px #3c241210;
}

.team-head .flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
