.career-section {
      max-width: 1000px;
      margin: 60px auto;
      padding: 0 20px;
}


.career-header p {
      font-size: 20px;
}

/* ---- CONTENT GRID ---- */
.career-content {
      display: flex;
      gap: 40px;
      align-items: center;
      flex-wrap: wrap;
}

.career-image-wrap {
      flex: 1 1 350px;
}

.career-image-wrap img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}

.career-text {
      flex: 2 1 450px;
}

.career-text h2 {
      font-size: 2rem;
      margin-bottom: 10px;
}

.career-text p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 18px;
}








.title-box ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
}

.title-box ul li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
}

.title-box ul li .icon-checkmark {
      font-family: 'icomoon';
      /* your icon font */
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;

      line-height: 24px;
      font-size: 18px;
      color: var(--cleanin-base);
      margin-right: 12px;
      flex-shrink: 0;
}