section {
  max-width: 1000px;
}

h2 {
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 2rem;
}

.card h2,
.container h2,
.leaderboard-section h2 {
  margin-bottom: 0.5rem;
}

.intro-desc p {
  text-align: center;
  text-align-last: unset;
}

.eventImgCont img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 426px) {
  section {
    padding: 1.5rem 1rem;
  }
}

.quest-header-sect {
  padding-bottom: 0;
}

.star-quest-top-sect {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 1rem;
}
