.game-item-container {
  display: -webkit-flex;
  display: flex;
  min-width: 1300px;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game-item {
  width: 1200px;
  height: 464px;
  margin: 30px;
}

.img-poster {
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.2));
}

.img-poster img {
  width: 464px;
  height: 464px;
}

.game-content {
  height: 260px;
  width: 650px;
  background: #FFF;
}

.left-style .img-poster, .left-style .game-content {
  float: left;
}

.left-style .game-content {
  border-radius: 0px 10px 10px 0px;
}

.right-style .img-poster, .right-style .game-content {
  float: right;
}

.right-style .game-content {
  border-radius: 10px 0px 0px 10px;
}

.game-content {
  background-color: #fff;
  box-shadow: 0px 30px 28px -30px rgba(0, 6, 17, 0.2);
  padding: 20px;
  color: #666666;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.game-icon, .game-desc {
  float: left;
}

.game-icon {
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

.game-icon img {
  width: 140px;
  height: 140px;
}

.game-desc {
  margin-left: 10px;
  margin-top: 20px;
}

.game-desc p {
  font-size: 32px;
  color: #333333;
  text-align: left;
}

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

.content-bottom p {
  color: #666666;
  font-size: 16px;
  height: 30px;
  line-height: 25px;
  text-align: left;
}

.icon-appstore, .icon-googleplay {
  width: 118px;
  height: 40px;
  margin: 10px 20px 0px 0px;
}