/* Career JObs */
.job-card{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .job-card .job-title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .job-card .job-vacancy{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .job-card .job-vacancy .count{
    font-size: 48px;
    line-height: 46px;
  }