.questionnaire-bg {
  background-image: url("../images/background_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dashboard-bg {
  background-image: url("../images/background_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 350px) and (max-width: 1023px) {
  #questionContent {
    margin-top: 140px;
  }
}

@media only screen and (max-width: 349px) {
  #questionContent {
    margin-top: 200px;
  }

  #mobileHeader {
    min-height: 130px;
  }
}