.game-title {
  width: 100%;
  margin: 0 0 0.6em;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .game-title {
    font-size: 3.91vw;
  }
}
