.stepostin-game-page-banner {
  width: 100%;
  position: relative;
  padding: 50px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.stepostin-game-page-banner1 {
  background-image: url(../assets/images/game1-bg.webp);
}

.stepostin-game-page-banner2 {
  background-image: url(../assets/images/game2-bg.webp);
}

.stepostin-game-page-banner3 {
  background-image: url(../assets/images/game3-bg.webp);
}

.stepostin-game-page-banner4 {
  background-image: url(../assets/images/game4-bg.webp);
}

.stepostin-game-page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.stepostin-game-page-banner-wrapper {
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stepostin-game-page {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.stepostin-game-page-img {
  width: 280px;
  height: 204px;
  position: relative;
  z-index: 1;
}

.stepostin-game-page-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.stepostin-game-page-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  color: #fff;
}

.stepostin-game-page-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}

.stepostin-demo {
  width: 100%;
  height: 90vh;
}

.stepostin-game-page-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.stepostin-game-page-info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.stepostin-game-page-info-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  color: #070707;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stepostin-game-page-info-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #070707;
  margin: 0;
  width: 100%;
}

.stepostin-game-page-info-description p {
  margin: 0;
}

.stepostin-game-page-info-description ul {
  /* padding-left: 30px; */
  padding: 0;
  list-style-position: inside;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stepostin-game-page-info-description ul li {
  padding-left: 7px;
}

@media (min-width: 1024px) {
  .stepostin-game-page-banner-wrapper {
    flex-direction: row;
  }

  .stepostin-game-page-img {
    width: 367px;
    height: 204px;
  }
}