@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-size: 16px;
}
body {
  background: #fff;
}

.job-inner-banner {
  padding: 5.75rem 0;
  margin-top: 8.75rem;
  background: url("../images/job-inner-banner-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.job-inner-banner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.job-inner-banner-container .back-to-career-btn {
  margin: 0;
  width: auto;
  display: flex;
  color: #000;
  font-weight: 500;
  column-gap: 1rem;
  font-size: 1.25rem;
  align-items: center;
  margin-bottom: 2.75rem;
  justify-content: center;
}
.job-inner-banner-container .back-to-career-btn i {
  font-size: 1rem;
}
.job-inner-banner-container .back-to-career-btn:hover {
  color: #0a2540;
}
.job-inner-banner-container h2 {
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
.job-inner-banner-container p {
  color: #425466;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.job-inner-banner-container h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.job-inner-banner-container a {
  width: 14.25rem;
  margin-top: 3rem;
}
.job-description-section {
  padding: 5.75rem 0;
}
.job-description-section .story-content:not(:first-child) {
  margin-top: 5rem;
}
.story-content h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
.story-content p {
  color: #0a2540;
  line-height: 2rem;
  font-size: 1.25rem;
}
.story-content p + p {
  margin-top: 2.25rem;
}
.story-content p b {
  font-weight: 600;
}
.story-seperator {
  display: flex;
  margin-top: 5rem;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
.story-seperator span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #425466;
}
.story-info {
  display: flex;
  margin-top: 5.75rem;
  padding: 2rem 2.5rem;
  background: #f6f9fc;
  flex-direction: column;
  align-items: flex-start;
  border-left: 3px solid #0a2540;
}
.story-info span {
  display: flex;
  color: #0a2540;
  font-size: 1.25rem;
  margin-bottom: 8px;
  align-items: center;
  justify-content: center;
}
.story-info h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.story-content ul,
.story-content ol {
  margin-top: 2rem;
}
.story-content ul + p,
.story-content ol + p {
  margin-top: 2.25rem;
}
.story-content ul li,
.story-content ol li {
  color: #0a2540;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.story-content ul li + li,
.story-content ol li + li {
  margin-top: 4px;
}
.welcome-section {
  padding-top: 0;
}
.welcome-container {
  height: 374px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.welcome-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.welcome-container .welcome-card {
  z-index: 1;
  width: 475px;
  height: 100%;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: 5rem;
  top: 0;
}
.welcome-container .welcome-card h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}
.welcome-container .welcome-card a {
  width: 228px;
  justify-content: space-between;
}
.welcome-container .welcome-card a i {
  font-size: 12px;
}


/* Media Query */
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .welcome-container .welcome-card {
    left: 4rem;
    width: 450px;
  }
  
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .welcome-container .welcome-card {
    left: 3rem;
    width: 465px;
  }
  
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  html {
    font-size: 12px;
  }
  .progress-container {
    top: 6.25rem;
  }
  .job-inner-banner {
    padding: 4rem 0;
    margin-top: 6.25rem;
    background-size: cover;
  }
  .job-inner-banner-container .back-to-career-btn {
    margin-bottom: 2.25rem;
  }
  .job-inner-banner-container h2 {
    line-height: 3rem;
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
  }
  .job-inner-banner-container p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .story-content h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2.25rem;
  }
  .job-description-section .story-content h3 {
    margin-bottom: 8px;
  }
  .story-content p,
  .other-stories-header a,
  .story-content ul li,
  .story-content ol li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .story-content p + p {
    margin-top: 2rem;
  }
  .story-info,
  .story-seperator {
    margin-top: 4rem;
  }
  .job-description-section .story-content:not(:first-child) {
    margin-top: 3.25rem;
  }
  .welcome-container {
    height: 290px;
  }
  .welcome-container .welcome-card {
    left: 0;
    width: 100%;
    padding: 0 3rem;
  }
  
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .job-inner-banner-container h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .welcome-container {
    height: 300px;
  }
  .welcome-container .welcome-card {
    padding: 0 2rem;
    row-gap: 1.5rem;
    text-align: center;
  }
  .welcome-container .welcome-card h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .welcome-container .welcome-card a {
    width: auto;
    margin: 0 auto;
    padding: 8px 21px;
    justify-content: space-between;
  }
  
}
