.game-result .pill-results {
  width: 88px;
  height: 44px;
  font-size: 32px;
}

.game-result .team-name {
  font-size: 32px;
}

.game-result img {
  height: 99px;
}

@media (max-width: 991px) {
  .game-result .team-name {
    font-size: 24px;
  }
  .game-result img {
    height: 50px;
  }
  .game-details {
    margin-top: 37px;
  }
}

@media (max-width: 553px) {
  .game-result .team-name {
    font-size: 16px;
  }
  .game-result img {
    height: 80px;
  }
  .game-result .pill-results {
    width: 58px;
    height: 32px;
    font-size: 18px;
  }
  .game-details {
    margin-top: 28px;
  }
}

.game-details {
  margin-top: 40px;
  opacity: 0.5;
}

.player {
  margin-top: 10px;
  margin-bottom: 10px;
}

.player .number {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 45px;
  text-align: center;
}

.player .nationality {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.player .name {
  margin: 0;
  font-size: 18px;
}

.ficha-title {
  font-size: 24px;
  margin-top: 30px;
}

.yellow_card {
  height: 18px;
  width: 10px;
  background-color: rgb(255, 229, 34);
}

.events p {
  font-size: 11px;
}

.event {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.event_minute {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.event_img {
  width: 43px;
  height: 43px;
}

.event_text {
  font-size: 20px !important;
}

@media (max-width: 767px) {
  .event_text {
    font-size: 15px !important;
  }
}
