.game-modes {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 50px;
}
.game-modes h5 {
  font-size: 21px;
  font-weight: 700;
}
.game-modes p {
  font-size: 15px;
  font-weight: 400;
}
.game-modes .horizontal-line {
  height: 2px;
  background-color: #1DB56A;
}

.ready-to-play {
  box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  max-width: 600px;
  margin: 20px auto;
  margin-top: 60px;
  padding: 10px;
  align-items: center;
  text-align: center;
  gap: 5px;
  border-radius: 15px;
}
.ready-to-play .cash {
  height: 180px;
  width: auto;
}
.ready-to-play .mid-line {
  height: 200px;
  width: auto;
}
.ready-to-play .right-content {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.ready-to-play .right-content h4 {
  background-color: black;
  color: white;
  font-weight: 700;
  font-size: 21px;
  padding: 5px;
  border-radius: 5px;
}
.ready-to-play .right-content h5 {
  font-weight: 800;
  font-size: 16px;
}
.ready-to-play .right-content .download {
  display: flex;
  gap: 5px;
}
.ready-to-play .right-content .download .download-img {
  max-width: 100px;
}

@media screen and (max-width: 600px) {
  .ready-to-play {
    flex-direction: column;
    margin: 20px auto;
    margin-top: 60px;
    padding: 15px;
    margin: 60px 10px;
    gap: 10px;
  }
  .ready-to-play .mid-line {
    display: none;
  }
  .ready-to-play .right-content {
    gap: 18px;
  }
}/*# sourceMappingURL=style.css.map */