@media screen and (max-width: 424px) {
  .hero {
    background-image: url("../img/career-new-bnr-mbil.webp");
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 600px;
  }
  .stylecontactherocontent {
    position: absolute;
    max-width: 400px;
    top: 20%;
  }
}
@media screen and (min-width: 425px) and (max-width: 426px) {
  .hero {
    background-image: url("../img/nest-career-tab.webp");
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 550px;
  }
  .stylecontactherocontent {
    position: absolute;
    max-width: 400px;
    top: 15%;
    left: 10%;
  }
}
@media screen and (min-width: 427px) and (max-width: 768px) {
  .hero {
    background-image: url("../img/nest-career-tab.webp");
    background-position: center;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    height: 750px;
  }
  .stylecontactherocontent {
    position: absolute;
    max-width: 400px;
    left: 25%;
    top: 20%;
  }
}
@media screen and (min-width: 769px) {
  .hero {
    background-image: url("../img/career-new-bnr.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40vh;
  }
  .stylecontactherocontent {
    position: absolute;
    left: 5%;
    top: 25%;
    max-width: 300px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 2000px) {
  .hero {
    background-image: url("../img/career-new-bnr.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
  }
  .stylecontactherocontent {
    position: absolute;
    left: 10%;
    /* right: 6%; */
    top: 35%;
    max-width: 400px;
  }
}
.job-card {
  padding: 28px 22px;
}
.job-topbar {
  height: 8px;
  /* border-radius: 6px; */
  margin-bottom: 22px;
  background: linear-gradient(90deg, #ffd9d1, #ffc88b);
}
.job-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.job-card ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}
.job-card li {
  margin-bottom: 12px;
  font-size: 15px;
}
.job-btn-orange {
  color: #ff8a2b;
  border: 2px solid #ff8a2b;
  border-radius: 28px;
  padding: 10px 20px;
  font-weight: 600;
  background: transparent;
}
.job-btn-blue {
  color: #1d4797;
  border: 2px solid #1d4797;
  border-radius: 28px;
  padding: 10px 20px;
  font-weight: 600;
  background: transparent;
}
