#help-page .help-question {
  border: none;
  outline: none;
  width: 715px;
}

#help-page .help-question-title {
  color: #044f67;
  font-size: 13.7px;
}

#help-page .help-question-title:hover {
  text-decoration: none;
  color: #044f67;
}

#help-page .answer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(180deg, #0093E9 0%, #80D0C7 100%);
}

#help-page .answer-box p:last-child {
  margin-bottom: 0;
}

#help-page {font-size: 13px;}

#help-page [data-toggle="collapse"][aria-expanded="true"] > i {
  transform: rotate(180deg);
  transition: .3s transform ease-in-out;
}
