/* .feature_banner {
  height: 100vh;
} */
.feature_banner .inner_banner > p {
  max-width: 604px;
}
.feature_banner .inner_banner > h4 {
  padding-top: 34px;
  padding-bottom: 24px;
  font-size: 51px;
  font-weight: 400;
  width: 1032px;
}
.heading {
  margin-bottom: 70px;
}
.inner_heading {
  text-align: center;
  width: 584px;
  margin: 0 auto;
}
.inner_heading > h2 {
  margin-bottom: 24px;
}
.inner_heading > span {
  background: #0253a41a;
  color: #0b3b6f;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 24px;
  border-radius: 32px;
}

/* ========================== JOB-MANAGEMENT ============================*/

.job_management_card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 10px #ededed;
  height: 535px;
  margin-bottom: 30px;
}
.job_management_card > img {
  width: 100%;
  height: auto;
}
.box_card {
  padding: 0px 16px;
  border-top: 1px solid #d1d5db;
  margin-top: 20px;
  padding-bottom: 20px;
}
.box_card h4 {
  color: #05000c;
  font-family: var(--font-inter);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-top: 25px;
  margin-bottom: 16px;
}
.box_card p {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 28px;
}

.mb_90 {
  margin-bottom: 90px;
}
.mobile_app {
  border-radius: 8px;
  box-shadow: 0px 0px 10px #ededed;
  height: 535px;
  margin-bottom: 30px;
}

.mobile_app {
  position: relative;
  overflow: hidden;
}
.fit > img {
  object-fit: cover;
  transform: rotate(180deg);
}
.mobile_overlay_bg {
  background: #fce4ec;
  border-radius: 0px;
}
.mobile_inner .box_card {
  border-top: 1px solid transparent;
}
.mobile_inner {
  display: flex;
  align-items: end;
  height: 100%;
  width: 300px;
}
.mobile_overlay_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  bottom: 0;
  height: 100%;
}
.mobile_button {
  display: flex;
  padding-top: 15px;
}
.ml_10 {
  margin-left: 10px;
}
@media screen and (max-width: 1130px) {
  .feature_banner .inner_banner > p,
  .feature_banner .inner_banner > h4 {
    width: auto;
  }
  .feature_banner .inner_banner > h4 {
    font-size: 35px;
  }
}
.section_padding_top {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .feature_banner,
  .job_management_card,
  .job_management_card > img,
  .mobile_app {
    height: auto;
  }
  .inner_heading,
  .mobile_inner {
    width: auto;
  }
  .inner_heading > h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .inner_heading > span {
    font-size: 14px;
  }
  .heading {
    margin-bottom: 35px;
  }
  .box_card h4 {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .box_card p {
    font-size: 14px;
    line-height: 23px;
  }
  .mbl_hide {
    display: none;
  }
  .ml_10 {
    margin-left: 0px;
  }
  .mb_90 {
    margin-bottom: 0px;
  }
  .section_padding_top {
    padding-top: 60px;
  }
}
