.job-card {
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px;
  padding :  40px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  height: 100%;
}

.job-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 54px;
  color: #070626;
   margin-bottom: 8px;
}
.job-location {
    font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color:#070626;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.job-location i{
    font-size: 22px;
}

.jobdesc{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #686868;
    margin: 0px;
}

.linkedin-btn {
  background-color: #0d0b41;
  color: #ffffff;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  padding: 14px 32px;
  text-decoration: none;
  display: inline-block;
 
}

.carrertitles{
  margin-bottom: 72px !important;
  font-size: 32px;
  line-height: 40px;
  color: #070626;
}


@media (max-width: 575.98px) {

  .arrangeccareer {
    gap: 68px !important;
  }
  .carrertitles{
    margin-bottom: 0px !important;
  }
  .sectioncarrer {
    padding: 48px !important;
  }
  .carrerjob {
    padding: 32px;
  }
  .job-title
 {
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #070626;
    margin-bottom: 8px;
}
}