.winner-img {
  width: 18px;
  height: 18px;
}

.winner-text {
  position: relative;
  left: 4px;
  margin-top: 9px;
}

.winner-name-wrapper {
  position: absolute;

  display: flex;
  justify-content: start;
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  /* Элементы идут вертикально */

  /* background-color: #404040; */

  margin-left: 96px;
  margin-top: 254px;
  height: 60px;
  width: 176px;
}

.winner-item {
  display: flex;
  margin: 1px;
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: 100;
  font-size: 10px;
  line-height: 0px;
  color: #404040;
}

.info-name-wrapper {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;

  /* background: #404040; */

  margin-top: 193px;
  margin-left: 96px;
  height: 24px;
  width: 176px;
}

.info-number-wrapper {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;

  /* background: #404040; */

  margin-top: 224px;
  margin-left: 96px;
  height: 24px;
  width: 176px;
}

.nameDisplay {
  position: absolute;
  /* top: 472px;
  left: 970px; */

  font-family: 'Myriad Pro Regular';
  font-size: 12px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: #e74129;
}

.numberDisplay {
  position: absolute;
  /* top: 545px;
  left: 970px; */

  font-family: 'Myriad Pro Regular';
  font-size: 12px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: #e74129;
}
