.StyleBoby {
  width: 50%;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 7%;
}
ul {
  padding: 0px 0px 0px 17px !important;
}
.Head {
  padding: 20px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.Head1 {
  padding: 20px 0px 0px 0px;
}
.Head2 {
  padding: 20px 0px 0px 0px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.Head3 {
  padding: 20px 0px 0px 0px;
}
.Head4 {
  padding: 20px 0px 0px 0px;
}
.formspace {
  padding: 0px 0px 0px 10px;
}
/* UI UX DESIGN */
.Head h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;

  color: #050608;
}
.Head h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* text-align: center; */
  color: #1c3159;
}
.Head p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;

  color: #004AAD;
}
/* UI UX DESIGN */

/* jobs Discription */
.Head1 h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* text-align: center; */
  color: #050608;
}
.Head1 p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  color: #1c3159;
  /* text-align-last: center; */
}

/* jobs Discription */

/* Responsibilities */
.Head2 h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;

  color: #050608;
}
.Head2 ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /* list-style: none; */
  color: #1c3159;
  padding-bottom: 10px;
  /* text-align: center; */
}

/* Responsibilities */

/* Requirement */
.Head3 h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* text-align: center; */
  color: #050608;
}
.Head3 ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  /* text-align: center;
  list-style: none; */
  padding-bottom: 10px;
  color: #1c3159;
}

/* Requirement */

/* Form */
.Head4 h1 {
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 60px;
  /* identical to box height, or 125% */
  /* text-align: center; */
  color: #050608;
}
.text-input-center{
  /* text-align: center; */
}
.Head4 span {
  color: #004AAD;
}
/* .centerdata {
  display: flex;
  flex-direction: column;
  align-items: center;
} */
/* Form */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .StyleBoby {
    width: 100% !important;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .StyleBoby {
    width: 80% !important;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
