.top-camp-purpose__body > * {
  margin-top: 1em;
  margin-bottom: 1em;
}

.top-camp-purpose__body p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.top-camp-purpose__body ul {
  margin-left: unset;
}

.top-camp-purpose__body li {
  list-style: none;
}

.top-camp-purpose__body hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-camp-purpose__body hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.top-camp-purpose__body h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.top-camp-purpose__body h3 {
  text-align: left;
  font-size: 20px;
  line-height: calc(42 / 20);
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}

.top-camp-purpose-button[class] {
  border-radius: 35px;
  background-color: black;
  color: white;
  display: grid;
  place-items: center;
  width: fit-content;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-weight: 500;
  color: white;
  min-height: 70px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .top-camp-purpose-button {
    min-height: 48px;
    width: 200px;
  }
}
