.jobs-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  label {
    padding-bottom: 8px;
  }
  input {
    color: #3d3d3d;
  }
  select {
    height: 42px;
    color: #3d3d3d;
  }
  option {
    color: #3d3d3d;
  }
  button {
    height: 42px;
    background-color: #e60003;
    border: #e60003;
    color: #ffffff;
  }
}
.e-n-accordion-item-title-header {
  width: 100%;
}
.e-n-accordion-item-title-text {
  width: 100%;
}
.e-n-accordion-item-title-icon {
  margin-right: 15px;
  margin-left: auto;
}
.header_button {
  display: none;
  height: 40px;
  background-color: #e60003;
  border: #e60003;
  color: #ffffff;
}
.small_desc {
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  margin-top: 3%;
  margin-bottom: 1%;
  span:nth-child(1) {
    display: inline-block;
    width: 40%;
  }
  span:nth-child(2) {
    display: inline-block;
    width: 15%;
  }
  span:nth-child(3) {
    display: inline-block;
    width: 22%;
  }
  i {
    color: #e60003;
    margin-right: 10px;
  }
}
form > div {
  div:nth-child(1) {
    flex-wrap: nowrap !important;
    label {
      width: 10%;
      padding-bottom: 0 !important;
    }
    span {
      width: 8%;
    }
  }
  div:nth-child(9),
  div:nth-child(10),
  div:nth-child(11),
  div:nth-child(12) {
    flex-wrap: nowrap !important;
    label {
      width: 16%;
      padding-bottom: 0 !important;
    }
    input {
      max-width: 54% !important;
    }
  }
}
