#apply-job .hero-part p {
  color: #fff;
  font-family: "PPFormula-light";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px; /* 140% */
  letter-spacing: -3.6px;
}
@media (width<768px) {
  #apply-job .hero-part p {
    font-size: 30px;
  }
}

#apply-job .hero-part div {
  color: #fff;
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 140.909% */
  letter-spacing: -0.11px;
}

#apply-job .title {
  font-family: "PPFormula-Medium";
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  #apply-job .title {
    flex-direction: column;
  }
  #apply-job .title span:first-child {
    margin-bottom: -60px;
    margin-top: -40px;
  }
  #apply-job .title span:last-child {
    margin-top: -60px;
  }
}
#apply-job .title {
  color: #ed1c24;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 124% */
  letter-spacing: -0.125px;
}
#apply-job .form-area {
}
#apply-job .form-area .input {
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 51px;
  outline: none;
  padding: 0 25px;
  color: #9f9fad;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 172.222% */
  letter-spacing: -0.09px;
}
#apply-job .form-area input::placeholder,
#apply-job .form-area textarea::placeholder {
  color: #9f9fad;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 172.222% */
  letter-spacing: -0.09px;
}
#apply-job .form-area .label-area > div {
  color: #50555c;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
  letter-spacing: -0.09px;
}
#apply-job .form-area .label-area > span {
  color: #50555c;
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.07px;
}
#apply-job .form-area textarea {
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  width: 100%;
  outline: none;
  padding: 10px 25px;
  color: #9f9fad;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 172.222% */
  letter-spacing: -0.09px;
  resize: none;
}
#apply-job .form-area .label {
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  height: 106px;
  width: 100%;
  cursor: pointer;
}
#apply-job .form-area label div {
  color: #9f9fad;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.09px;
}
#apply-job .form-area label span {
  color: #9f9fad;
  font-family: Roboto;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.065px;
}
#apply-job .form-area .span-check {
  color: #50555c;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20.5px; /* 128.125% */
  letter-spacing: -0.08px;
}
#apply-job button {
  border-radius: 15px;
  background: #ed1c24;
  width: 114px;
  height: 47px;
  color: #fff;
  align-self: center;
  font-family: "PPFormula-light";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.6px;
}
