.block-qa-page__title {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.275em;
}

.block-qa-page__count {
  margin: 0 0 16px 0;
  font-size: 14px;
  color: #7d7d7d;
}

.block-qa-page__answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-qa-page__answer {
  margin: 0;
}

.block-qa-page__list {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: none;
}

.block-qa-page__answer-text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45em;
}

.block-qa-page__answer-text::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2b7de9;
}

@media (max-width: 768px) {
  .block-qa-page__title {
    font-size: 20px;
  }
}
