/* Increase only the displayed game name by 55%. */
.game-info h3 {
  font-size: 23.25px !important;
  line-height: 1.15 !important;
}

@media (max-width: 720px) {
  .game-info h3 {
    font-size: 15.5px !important;
    line-height: 1.15 !important;
  }
}
