.c5wrapper .jobs_overview a.job .card {
    height: 100%;
}
.c5wrapper .jobs_overview a.job:hover .card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.c5wrapper .jobs_overview a.job .card-body {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.c5wrapper .jobs_overview a.job .card-body p {
    color: black;
}