.help-header {
  padding: 10px 16px;
  background-color: var(--bg-highlight);
  border-bottom: 1px solid var(--white);
}

.help-header__block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 24px 1fr 24px;
  grid-template-columns: 24px 1fr 24px;
}

.help-header__back {
  height: 24px;
  width: 24px;
}

.help-header__title {
  margin-top: 1px;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}