@media screen and (max-width: 991px) {
    .aeis_jobs_list-element div + div {
        margin-top: .4rem
    }
}
@media screen and (min-width: 992px) {
    .aeis_jobs_list-element {
        display: grid;
        grid-template-columns: minmax(45%, 65%) max(15%) auto;
    }
}