a,
button {
  cursor: pointer;
}
.help-page {
  width: 100%;
  height: 100%;
  padding-bottom: 1.5rem;
}

.blue-join {
  color: #29abe2;
}
.title-help {
  font-weight: 700;
  font-size: 61px;
  line-height: 73.2px;
  margin-top: 3rem;
  margin-bottom: 1.1rem;
}
.return-btn {
  position: fixed;
  right: 7rem;
  top: 9rem;
}

.help-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 1rem;
}
.date-legal-notice {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
  padding-bottom: 5px;
}

.help-topic-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.num-grp {
  display: flex;
  gap: 1.1rem;
}
.numerotation {
  font-size: 27px;
  font-weight: 700;
  line-height: 32.4px;
}
.qa-join {
  font-size: 27px;
  line-height: 32.4px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
}

@media (width<=935px) {
  .title-help {
    font-size: 32px;
  }
}
@media (width<=820px) {
  .return-btn {
    right: 2rem;
  }
}

@media (width<=575px) {
  .date-legal-notice {
    padding-bottom: 90px;
  }
}
