.call-to-action-form {
  .form-template-field-question-set {
    margin-bottom: 30px;
  }

  .question-select-text-input {
    margin-top: 20px;
  }

  .greenhouse-education {
    &.form-group {
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px solid;
      border-bottom: 1px solid;
    }

    .education-question-group {
      &:first-child {
        .education-question-remove-education {
          display: none;
        }
      }

      &:not(:first-child) {
        border-top: 1px solid;
        padding-top: 1rem;
      }
    }
  }
}