table {
  background: #fff;
}

.nj-player-profile {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .nj-player-profile {
    margin-top: 40px;
  }
}
.nj-player-profile__name {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  line-height: 40px;
  background: rgba(220, 35, 110, 0.7);
  color: #fff;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nj-player-profile__name {
    font-size: 24px;
  }
}
.nj-player-profile__txt {
  margin-top: 10px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .nj-player-profile__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
.nj-player-profile__question {
  margin: 10px 0;
  padding: 5px;
  background: rgba(220, 35, 110, 0.7);
}
@media (min-width: 1025px) {
  .nj-player-profile__question {
    margin: 20px 0;
    padding: 10px;
  }
}
.nj-player-profile__question p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nj-player-profile__question p {
    font-size: 24px;
  }
}
.nj-player-profile__question table {
  width: 100%;
  background: #fff;
}
.nj-player-profile__question table td:nth-child(1) {
  width: 3%;
  text-align: center;
  white-space: nowrap;
}
.nj-player-profile__question table td:nth-child(2) {
  width: 42%;
}
@media (min-width: 1025px) {
  .nj-player-profile__question table td:nth-child(2) {
    width: 32%;
  }
}
.nj-player-profile__question table td:nth-child(3) {
  width: 55%;
}
@media (min-width: 1025px) {
  .nj-player-profile__question table td:nth-child(3) {
    width: 65%;
  }
}