/* ====== Section: New Update ====== */
.new-update {
  padding: 100px 0 140px; /* Top:100px, Bottom:140px spacing */
  background: #e8eff7; /* Light background color */
}

/* Keeps space for a fixed header */
.space-header {
  height: 61px;
}

.new-update h1 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-heading);
}

.divider-line-news {
  width: 100%;
  height: 2px;
  background-color: #94d5f7;
  opacity: 0.5;
  margin: 40px 0; /* Spacing after divider */
}

.jobs-wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
  padding: 40px;
}
.jobs {
  margin-bottom: 48px;
}

.title-28 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  color: var(--color-heading);
  margin-bottom: 24px;
}
.jobs-decription{
  margin-bottom: 24px;
}
.title-20{
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
color: var(--color-text);
margin-bottom: 12px;
}
.job-text {
  font-size: var(--Line-height-300, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  color: var(--color-text-2);
}
.job-text-padding p{
  padding-bottom: 8px;
}
.jobs-decription ul {
    list-style: disc;
    margin-left: 20px;
    font-size: var(--Line-height-300, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
     color: var(--color-text-2);
}
.footer-jobs{
  margin-bottom: 48px;
}
.button-apply {
    border-radius: 60px;
    background: #4f6bed;
    height: 56px;
    justify-content: center;
    display: flex;
    width: 184px;
    gap: 4px;
    align-items: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: 0.5s;
     color: #fff;
}
.button-apply:hover {
    background-color: var(--color-hover-bg);
    color: var(--color-hover-text);
}
.button-apply img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/* ====== Tablet Screens (≤1024px) ====== */
@media (max-width: 1024px) {
  .new-update {
    padding: 120px 0 120px;
  }
  .new-update h1 {
    font-size: 58px;
  }
}

/* ====== Mobile Screens (≤600px) ====== */
@media (max-width: 600px) {
  .new-update {
    padding: 80px 0 80px;
  }
  .new-update h1 {
    font-size: 36px;
  }
  .divider-line-news {
    margin: 28px 0;
  }

  .jobs-decription {
    margin-bottom: 20px;
}
.jobs {
    margin-bottom: 40px;
}
.jobs-wrapper {
    padding: 24px;
}
.footer-jobs{
  margin-bottom: 40px;
}
.button-apply {
    height: 44px;
    width: 146px;
    font-size: 18px;
}
}
