.job-container {
    display: flex;
    flex-direction: column;
    background: #2F2E2E;
    padding: 30px 44px 30px 41px;
    margin: 30px 0px;
    border-radius: 5px;
}

.job-container-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    flex-direction: row;
}

.job-sidebar-title {
 margin-bottom: 30px !important;
font-family: 'Plus Jakarta Sans';
font-size: 18px;
font-weight: 700;
color: #fff;
}

.job-container h3 {
  margin: 0;
}

.job-title {
  flex :3;
}

.job-skills {
  flex :2;
}
.job-experience
{
	flex:1;
}
.job-dates {
  flex :1;
  display : flex;
  gap : 50px;
}

.job-buttons {
  display : flex;
  flex-wrap: wrap;
  align-items: flex-start;    
  justify-content: flex-end;
  gap : 15px;
}

@media (max-width: 1017px) {

  .container-careers {
    flex-direction: column-reverse !important;
  }
}

.white-button {
  font-weight: 600;
  align-items: center;
  color: #000000 !important;
  border-width: 1px !important;
  font-size: 14px;
  background-color: #fff;
  padding: 12px 18px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  border-style: solid;
  transition: background-color 0.2s ease, color 0.3s ease;
}

.white-button:hover {
  background-color: #2F2E2E !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}

.black-button:hover {
  background-color: #FFFFFF !important;
  color: #2F2E2E !important;
}

.black-button {
  color: #FFFFFF !important;
  border-width: 1px !important;
  border-color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 18px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  border-style: solid;
  transition: background-color 0.2s ease, color 0.3s ease;
}

@media (max-width: 1253px) {

  .job-buttons {
    justify-content: flex-start;
}

  .job-buttons {
    gap: 20px;
    align-content: flex-start !important;
  }
}

@media (max-width: 400px) {
  .job-dates {
    gap: 20px !important;
  }
}

@media (max-width: 980px) {
    .job-container {
      padding: 30px 15px;
    }
    .job-title-content {
      font-size: 18px !important;
      line-height: 22px !important;
    }
    .job-inner-title {
      font-size: 14px !important;
    }
    .job-sidebar-title {
      font-size: 16px !important;
    }
    .job-sidebar-text {
      font-size: 16px !important;
    }
    .job-sidebar-item {
      margin-bottom: 30px !important;
    }
    .career-content {
      font-size: 12px !important;
    }
    .career-content h3 {
      font-size: 16px !important;
    }
    .job-sidebar {
      padding: 20px !important;
    }
    .job-container-bar
    {
      flex-direction:column;
      gap:30px;
    }
}

.job-inner-title {
  font-family: Plus Jakarta Sans;
  font-weight: 600;
  font-size: 16px;
  color : #B2B0B5;
}

  .job-title-content {
    font-weight: 600;
    font-size: 18px;
    color : white;
    margin-top : 10px;
     font-family: Plus Jakarta Sans;
     line-height: 22px;
     padding-bottom: 0px;
  }


.container-careers {
 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 60px;
    border-top: 1px solid #A4A4A4;
    background: #2F2E2E;
    margin-top: 25px;
}

.career-content {
  flex: 1;
  width: 100%;
}
.career-content h1 
{
  color: #FFFFFF;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
}
.career-content ul 
{
  padding-left: 20px;
    color: #ffff;
    margin-top: 21px;
    margin-bottom: 40px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    line-height: 26px;
}
.career-content p 
{
  color: #fff;
   font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    line-height: 26px;
}
.job-sidebar {
  flex: 1 0;
  background: #1C1A1F;
  padding: 30px;
  border-radius: 5px;
  height: fit-content;
}

.sidebar div {
  margin-bottom: 15px;
  padding: 10px;
  background: #222;
  border-radius: 5px;
}

.career-left {
  display : flex;
  flex: 2;
  width: 100%;
}


.job-sidebar-item {
  display : flex;
  gap : 14px;
  margin-bottom : 60px;
}

.job-sidebar-item:last-child {
    margin-bottom: 0 !important;
}


.job-sidebar-heading {
  font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #B2B0B5;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 5px;
}

.job-sidebar-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color : #FFFFFF;
   font-family: 'Plus Jakarta Sans';
}

.job-sidebar-icon {
  display: flex;
  align-items: center;
}

.job-sidebar-icon img{
  width: 30px;
}

.job-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.button-arrow {
  display: inline-block;
  vertical-align: middle;
}
.career-btn
{
  margin-top:0px !important;
}
.career-apply-now
{
  padding: 11px 44px !important;
}