.has-bg {
  background: #fec40a !important;
  color: #080808 !important;
  text-decoration: none;
  display: flex;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.job_reffer {
  position: relative;
}
.job_reffer--bg {
  background-color: #f1f5f6;
  height: 600px;
  position: absolute;
  left: -1500px;
  right: -1500px;
  top: 0;
  z-index: -1;
}
.job_reffer .job_reffer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .job_reffer .job_reffer-row {
    flex-direction: column;
  }
}
.job_reffer .job_reffer-row--left {
  width: 48%;
}
@media (max-width: 992px) {
  .job_reffer .job_reffer-row--left {
    width: 100%;
    z-index: 22;
  }
}
.job_reffer .job_reffer-row--left p {
  font-size: 16px;
}
.job_reffer .job_reffer-row--right {
  width: 48%;
}
@media (max-width: 992px) {
  .job_reffer .job_reffer-row--right {
    width: 100%;
    z-index: 22;
  }
}
.job_reffer .job_reffer-row--right img {
  max-width: 120px;
  padding: 15px;
  height: auto;
  border-radius: 50%;
}
.job_reffer .job_reffer-row--right .reffer-content {
  display: flex;
}
.job_reffer .job_reffer-row--right .reffer-right {
  display: flex;
  flex-direction: column;
}
.job_reffer .job_reffer-row--right h5 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 18px;
}
.job_reffer .job_reffer-row--right p {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
.job_reffer .job_reffer-row--right .position {
  color: #080808;
  font-size: 12px;
}
.job_reffer .job_reffer-row--right .mail {
  font-size: 12px;
  color: #080808;
  text-decoration: underline;
}
.job_reffer .wp-block-button__link {
  z-index: 222;
  display: block;
  position: relative;
  font-weight: 600;
}

.page-template-page-initform main #iForm input[type=submit] {
  display: flex;
  margin: 0 auto !important;
  margin-top: 20px !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 992px) {
  .page-template-page-initform main #iForm input[type=submit] {
    width: 100% !important;
    font-size: 14px;
    /* text-align: center; */
    /* justify-content: center; */
    max-width: 220px;
    overflow: hidden;
    white-space: break-spaces;
    line-height: 1.2;
  }
}

@media (max-width: 992px) {
  .page-template-page-initform main #iForm .multiform-txt .drag-string {
    font-size: 11px;
    font-weight: 500;
    color: #707070;
  }
}

@media (max-width: 992px) {
  .page-template-page-initform main #iForm input[type=button] {
    font-size: 11px;
    font-weight: 500;
  }
}

@media (max-width: 992px) {
  .page-template-page-initform main #iForm .multiform {
    padding: 15px;
  }
}

@media (max-width: 992px) {
  #iForm {
    padding: 25px;
  }
}

.page-template-page-initform main {
  padding-bottom: 0px !important;
}

.page-template-page-initform main #iForm input[type=submit] {
  width: 100% !important;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}

/* .page-template-page-initform .job_reffer-row {
  position: relative;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0px;
  flex-direction: column;
  max-width: 620px;
}
.page-template-page-initform .job_reffer-row--left {
  width: 100%;
}
.page-template-page-initform .job_reffer-row--right {
  width: 100%;
}
@media (max-width: 992px) {
  .page-template-page-initform .job_reffer-row {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-template-page-initform .wp-block-button__link {
  display: none;
}
.page-template-page-initform .job_reffer--bg {
  margin-top: -100px;
}
 */

@media (max-width: 992px) {
  .intro_box {
    margin-left: 25px;
  }
}
