.help-modal {
  position: relative;
  width: min(500px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  padding: 27px;
  border: 1px solid #dce6e1;
  border-radius: 27px;
  color: #173a38;
  background: #fbfcf9;
  box-shadow: 0 25px 70px rgba(7, 35, 33, 0.24);
}

.help-modal > small {
  color: #bd9860;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.help-modal h2 {
  margin: 8px 35px 21px 0;
  font: 32px/1.04 Georgia, serif;
}

.help-modal ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-modal li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e0e9e5;
}

.help-modal li i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189, 152, 96, 0.52);
  border-radius: 50%;
  color: #ad8144;
  font: normal 13px Georgia, serif;
}

.help-modal li b,
.help-modal li span {
  display: block;
}

.help-modal li b {
  margin-bottom: 4px;
  font-size: 14px;
}

.help-modal li span,
.help-modal > p {
  color: #647772;
  font-size: 12px;
  line-height: 1.45;
}

.help-modal > p {
  margin: 15px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #eef5f2;
}

.help-done {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #176c66;
  font-weight: 800;
}

@media (max-width: 400px) {
  .help-modal {
    padding: 24px 20px 20px;
  }
}
