#careerBanner .inner-banner {
  height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#careerBanner .inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5647058824);
}
#careerBanner .inner-banner .inner-banner-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#careerBanner .inner-banner .inner-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 100%;
  z-index: 1;
  position: relative;
  width: 50%;
  padding-top: 50px;
}
#careerBanner .inner-banner .inner-banner-content .inner-banner-head {
  font-size: 75px;
  font-weight: 700;
  line-height: 79px;
  color: #fff;
}
#careerBanner .inner-banner .inner-banner-content .inner-banner-para {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
}

#why-work-with-us img {
  border-radius: 30px;
}
#why-work-with-us .pr-right {
  padding-right: 100px;
}

.career-section .title-sec {
  max-width: 600px;
}
.career-section .title-sec p {
  color: #5F5E5E;
}
.career-section .career-list {
  background: #FFFFFF;
  box-shadow: -1px 8px 17px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 15px;
  font-size: 14px;
}
.career-section .career-list h3 {
  font-size: 18px;
  font-weight: 600;
}
.career-section .career-list a.btn.apply-now {
  background: #189CD8;
  font-size: 14px;
}

@media (max-width: 1536px) {
  #careerBanner .inner-banner .inner-banner-content {
    width: 45%;
  }
  #careerBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 55px;
    line-height: 59px;
  }
  #careerBanner .inner-banner .inner-banner-content .inner-banner-para {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
  }
}
@media (max-width: 1380px) {
  #careerBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  #careerBanner .inner-banner {
    height: 40vh;
  }
  #careerBanner .inner-banner .inner-banner-content {
    width: 80%;
  }
  #careerBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 45px;
    line-height: 49px;
  }
  #careerBanner .inner-banner .inner-banner-content .inner-banner-para {
    font-size: 20px;
    line-height: 34px;
  }
  #why-work-with-us .pr-right {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  #careerBanner .inner-banner {
    height: 45vh;
  }
  #careerBanner .inner-banner .inner-banner-content {
    width: 100%;
  }
  #careerBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 30px;
    line-height: 36px;
  }
  #careerBanner .inner-banner .inner-banner-content .inner-banner-para {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  #why-work-with-us .pr-right {
    padding-right: 10px;
  }
}
