.questions-list {
  padding: 80px 0;
  background: #eee;
}

.questions-list .ql-inner {
  max-width: 90%;
  margin: 0 auto;
}

.questions-list .ql-title {
  margin: 0 0 28px;
  color: #000;
  font-weight: 900;
}

.questions-list .ql-list {
  max-width: 1200px;
}

.questions-list .ql-item {
  margin-bottom: 22px;
}

.questions-list .ql-item:last-child {
  margin-bottom: 0;
}

.questions-list .ql-question {
  margin: 0 0 6px;
  color: #000;
  font-weight: 900;
  line-height: 1.25;
}

.questions-list .ql-answer {
  color: #111;
  line-height: 1.55;
  font-weight: 500;
}

.questions-list .ql-answer p {
  margin: 0;
}

.questions-list .ql-answer p + p {
  margin-top: 10px;
}

.questions-list .ql-answer a {
  color: #52287e;
  font-weight: 700;
  text-decoration: none;
}

.questions-list .ql-answer a:hover {
  text-decoration: underline;
}

.questions-list .ql-answer strong {
  font-weight: 700;
}

.questions-list .ql-empty {
  border: 1px dashed #bbb;
  border-radius: 16px;
  padding: 16px;
  background: #fafafa;
  color: #555;
}

@media (max-width: 768px) {
  .questions-list {
    padding: 40px 0;
  }

  .questions-list .ql-title {
    margin-bottom: 20px;
  }

  .questions-list .ql-item {
    margin-bottom: 18px;
  }
}