.gameCenterCard {
  align-items: center;
  border: 2px solid;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: space-between;
  overflow: hidden;
  padding: 13px;
  position: relative;
  text-decoration: none;
  width: 239px;
}
.gameCenterCard__mob_bg {
  display: none;
}
.gameCenterCard__bg,
.gameCenterCard__mob_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gameCenterCard__title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 480px) {
  .gameCenterCard.gameCenterCardMob {
    border: 1px solid;
    border-radius: 7px;
    height: 42px;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 8px;
    max-width: 208px;
    padding: 12px;
    width: calc(50% - 4px);
  }
  .gameCenterCard.gameCenterCardMob:nth-child(2n) {
    margin-right: 0;
  }
  .gameCenterCard.gameCenterCardMob .button,
  .gameCenterCard.gameCenterCardMob .gameCenterCard__bg {
    display: none;
  }
  .gameCenterCard.gameCenterCardMob .gameCenterCard__mob_bg {
    display: block;
    height: 42px;
    left: auto;
    right: 0;
    width: auto;
  }
  .gameCenterCard.gameCenterCardMob .gameCenterCard__title {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    width: 100%;
  }
}
.mainGameCenter {
  background: url("../image/gcBG.b3d296b1.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  margin: 24px 0;
  padding: 16px;
}
.mainGameCenter .scrollSLider {
  padding-top: 0;
}
.mainGameCenter .scrollSLider__actions {
  position: absolute;
  right: 0;
  top: -52px;
}
.mainGameCenter .scrollSLider__slide:not(:last-child) {
  margin-right: 10px;
}
.mainGameCenter .gameCenterCard {
  height: 330px;
}
.mainGameCenter .gameCenterCard__bg {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.mainGameCenter__mobile {
  display: none;
}
.mainGameCenter__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 12px;
  text-align: center;
}
.mainGameCenter__subtitle {
  color: #c3c6cf;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  text-align: center;
}
.mainGameCenter__btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  min-width: 150px;
  width: fit-content;
}
@media (max-width: 480px) {
  .mainGameCenter {
    margin: 16px 0;
    padding: 12px;
  }
  .mainGameCenter .scrollSLider {
    display: none;
  }
  .mainGameCenter .gameCenterCard {
    height: 42px;
  }
  .mainGameCenter__mobile {
    display: block;
    padding-top: 0;
  }
  .mainGameCenter__cardWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainGameCenter__btn {
    margin-top: 8px;
    min-width: 85px;
    padding: 5px 12px;
    width: fit-content;
  }
  .mainGameCenter__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
  }
  .mainGameCenter__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
