.player-profile {
  display: grid;
  gap: 40px;
  width: 68%;
  margin-top: 20px;
}

.player-profile__headline {
  display: flex;
  align-items: center;
  gap: 2%;
}

.player-profile__team-logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.player-profile__info {
  display: grid;
  gap: 9px;
}

.player-profile__alias {
  font-family: "Sansation", sans-serif;
  font-size: 48px;
  margin: 0;
}

.player-profile__name {
  font-size: 24px;
  color: #c6c6c6;
  font-weight: 300;
  margin: 0;
}

.player-profile__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 20px;
}

.player-profile__details > div {
  display: grid;
  gap: 15px;
}

.player-profile__item {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 40px;
}

.player-profile__label {
  font-weight: 500;
}

.player-profile__value {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #c6c6c6;
  font-weight: 300;
}

.player-profile__flag img {
  width: 30px;
}

.player-profile__role img {
  width: 20px;
}

.player-profile__heroes img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

.player-profile__game .player-profile__value {
  gap: 5px;
}

.player-profile__about {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
}
