.game-description {
  text-align: left;
  padding: 6px;
  max-height: 200px;
  overflow-y: auto;
}
.scroll-box2::-webkit-scrollbar{width:8px;height:8px}
.scroll-box2::-webkit-scrollbar-track{background-color:#f5f5f5}
.scroll-box2::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}
.scroll-box2::-webkit-scrollbar-thumb:hover{background-color:#999}

@media screen and (max-width:768px) {
  .game-description {
    padding: 6px;
    max-height: 380px;
  }
  .scroll-box2::-webkit-scrollbar{width:4px;height:4px}
}