.career-section{
    padding: 60px 50px;
}

.career-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color :#3f3e3e !important;
  font-weight: 600;
    font-family: var(--heading-font);
}

.table-responsive {
  overflow-x: auto;
}

.career-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.career-table thead th {
  background-color: #39b54a;
  color: #fff;
  text-align: left;
  padding: 12px;
  font-size: 15px;
}

.career-table tbody td {
  border: 1px solid #39b54a;
  padding: 12px;
    color :#3f3e3e;
  font-weight: 600;
font-family: var(--body-font) !important;
  font-size: 16px !important;
}

.apply-btn {
  color: #39b54a;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #39b54a;
  padding: 4px 12px;
 
  transition: 0.3s ease;
}

.apply-btn:hover {
  background-color: #39b54a;
  color: #fff;
}

