#hero {
  margin-top: 15px;
  background-image: url('../images/careers/hero-bg.png');
  background-image: image-set(url('../images/careers/hero-bg.png') 1x,
      url('../images/careers/hero-bg@2x.png') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0 21px 0px;
}

#hero .inner {
  overflow: hidden;
}

#hero .title {
  font-size: 38px;
  margin-bottom: 9px;
}

#hero .title span {
  font-size: 55px;
  position: relative;
  text-transform: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

#hero .title span::before,
#hero .title span::after {
  content: '';
  position: absolute;
  background-color: var(--yellow);
  height: 2px;
  width: 115px;
  top: 0.6em;
}

#hero .title span::before {
  left: -129px;
}

#hero .title span::after {
  right: -129px;
}

@media screen and (max-width: 567px) {
  #hero {
    margin-top: 22px;
    padding: 30px 0;
  }

  #hero .title {
    max-width: 320px;
    margin: 0 auto;
    font-size: 36px;
  }

  #hero .title span {
    font-size: 36px;
  }

  #hero .title span::before,
  #hero .title span::after {
    width: 50px;
  }

  #hero .title span::before {
    left: -60px;
  }

  #hero .title span::after {
    right: -60px;
  }
}

#apply {
  margin-top: 54px;
  margin-bottom: 67px;
}

#apply .container {
  --content-width: 1184px;
}

#apply p,
#apply .desc ul {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

#apply .inner {
  gap: 30px;
}

#apply .position {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 4px;
}

#apply .location {
  font-size: 18px;
}

#apply .desc {
  font-size: 18px;
  line-height: 24px;
  margin-top: 14px;
}

#apply .desc ul {
  list-style-type: '-';
  list-style-position: outside;
  padding: 0 0 0 10px;
}

#apply .desc ul li {
  padding-left: 10px;
}

#apply .left {
  margin-top: 47px;
  flex-basis: 560px;
}

#apply .right {
  flex-basis: 534px;
  padding-right: 9px;
}

#apply form h3 {
  font-size: 34px;
  margin-bottom: 12px;
}

#apply .form-row {
  gap: 19px;
}

#apply .form-field {
  padding: 0 0 18px 0;
}

#apply .form-field input,
#apply .form-field input::placeholder,
#apply .form-field select {
  font-family: 'Poppins';
  font-size: 13px;
  text-indent: 10px;
}

#apply .form-field input,
#apply .form-field select {
  height: 42px;
  border-radius: 0;
  border-color: var(--dark-gray);
  box-shadow: none;
}

#apply .form-field select {
  appearance: none;
  background-image: url('../images/icons/icon-select.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 12px;
}

#apply .form-action {
  padding-top: 10px;
}

#apply button[type="submit"] {
  padding: 3px 0 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 223px;
  background-color: var(--yellow);
  color: #000;
  margin-top: 9px;
}

@media screen and (max-width: 992px) {
  #apply .form-row {
    flex-wrap: wrap;
    gap: 0;
  }

  #apply .form-field {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  #apply {
    margin-top: 44px;
    margin-bottom: 100px;
  }

  #apply .inner {
    flex-direction: column;
    gap: 35px;
  }

  #apply .inner > * {
    flex-basis: unset;
    width: 100%;
  }

  #apply .left {
    position: relative;
    order: 2;
    border-top: 1px solid #dcdcdc;
    padding-top: 30px;
    margin-top: 5px;
  }

  #apply .right {
    padding: 0;
  }
}

@media screen and (max-width: 567px) {
  #apply {
    margin-top: 31px;
  }

  #apply form h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  #apply .form-field input,
  #apply .form-field select {
    height: 45px;
  }

  #apply .form-field input,
  #apply .form-field input::placeholder,
  #apply .form-field select {
    text-indent: 15px;
  }

  #apply .form-field {
    padding: 0 0 13px 0;
  }

  #apply .form-field select {
    background-position: calc(100% - 17px);
  }

  #apply .form-action {
    padding-top: 27px;
  }

  #apply .left-inner {
    padding: 0 10px;
  }

  #apply .position {
    font-size: 18px;
  }

  #apply .location {
    font-size: 18px;
  }

  #apply .desc {
    font-size: 14px;
    line-height: 19px;
    margin-top: 19px;
  }

  #apply .desc ul {
    padding: 0 0 0px 9px;
  }

  #apply .desc ul li {
    padding-left: 6px;
    margin-bottom: 5px;
  }
}