.widgetx img {
    border-radius: 10px !important;
}


@media (max-width: 768px) {
  .game-wrapper {
    display: flex;
    flex-direction: column;
  }

  .sidebar-mobile-first {
    order: 1;
  }

  .game-info,
  .game-description {
    order: 2;
  }
}