body {
  .game-event {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
  }

  .event-top {
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .event-top img {
    width: 100%;
  }

  .description {
    position: relative;
    margin: 1rem auto;
    font-size: 80px;
    font-weight: 800;
    text-align: center;
    line-height: 8rem;
  }

  .google-play,
  .apple {
    display: flex;
    justify-content: center;
    margin: 1rem;
  }

  .google-play a,
  .apple a {
    width: 60%;
  }

  .google-play img,
  .apple img {
    width: 100%;
  }

  .mataq-hollywood-logo {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .mataq-hollywood-logo img {
    width: 30%;
  }
}

/* Responsive Styles */
@media screen and (max-width: 1000px) {
  body {
    .description {
      font-size: 50px;
      line-height: 5rem;
    }
  }
}

@media screen and (max-width: 800px) {
  body {
    .description {
      font-size: 30px;
      line-height: 3rem;
    }
    .event-title-b {
      font-size: 2.5rem;
    }
  }
}

@media screen and (max-width: 500px) {
  body {
    .description {
      font-size: 20px;
      line-height: 2rem;
    }
    .event-title-b {
      font-size: 1.5rem;
    }
    .event-info {
      font-size: 1.2rem;
    }
    .step,
    .event-reward {
      font-size: 0.8rem;
    }
  }
}
