.gameDetail {
  margin-top: 20px;
  border-radius: 10px;
  margin-top: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #000 !important;
  background-color: #fff;
}

.gameDetail .leftImg {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
}

.leftImg a {
  display: block;
  margin: 0 auto;
}

.playNow {
  width: 180px;
  height: 40px;
  background-color: #293b5a;
  border-radius: 20px;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  animation: fades infinite 1.5s;
}

.leftDescript {
  color: #333;
  text-align: center;
  border-radius: 8px;
  width: 100%;
}

.leftDescript h2 {
  color: rgb(31, 31, 44);
  font-family: Urbanist;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.leftImg img {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

@media (max-width:768px) {
  .gameDetail {
    flex-direction: column;
  }
}