.bonus-box {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 170px;
  border: 1px solid blue;
  width: 350px;
  border-radius: 15px;
  background-color: #181e29;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy-btn {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.copy-btn:hover {
  background-color: #45a049;
}
.copied-msg {
  color: green;
  margin-left: 10px;
  display: none;
}

ul p li {
  font-size: 16px !important;
}

.banner-img {
  width: 80%;
  border-radius: 20px !important;
}

.win-bg {
  background: url(assets/images/win-bg.png);
  min-height: 100vh;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .top-title {
    font-size: 30px !important;
  }

  .main_section {
    margin-top: 55px;
  }

  .banner-img {
    width: 100%;
  }

  .bonus-box {
    height: 170px;
    width: 100%;
  }
}
