.user__info {
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  gap: 50px;
}

.destinies {
  gap: 10px;
}

.destinies__name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.destinies__item img {
  min-width: 120px;
}

.healthCard__table {
  font-size: 12px;
}

.healthCard__table tbody tr th {
  font-weight: 400;
}

.healthCard__table td,
.healthCard__table th {
  padding: 5px;
}

@media screen and (max-width: 1200px) {
	.destinies {
		text-align: center;
	}

	.destinies__name,
	.healthCard__table {
	    font-size: 18px;
	}
}