#questionsForm{
  color: #2A2249;
  background-color: #fff;
}
#questionsForm h2{
  font-size: 3.6rem;
  line-height: 4.8rem;
  margin: 0 0 3rem 0;
  font-weight: 900;
}
#questionsForm p{
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #questionsForm h2{
    font-size: 2.4rem;
    line-height: 3rem;
  }
  #questionsForm p{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }