/* Reduce vertical spacing between all questions */
.Paperform__Question {
    margin-bottom: -5px !important; /* Adjust value as needed */
}
h2 {
  margin-bottom: -15px !important; /* Adjust 10px to your preferred spacing */
}