.ask-custom h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ask-custom h2 + p {
  margin-top: 16px;
}
.ask-custom p {
  font-size: 14px;
  line-height: 1.5;
}
.ask-custom p + h2 {
  border-top: 1px solid #f8f8fa;
  margin-top: 16px;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .ask-custom h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ask-custom p + h2 {
    margin-top: 20px;
    padding-top: 20px;
  }
}