.jobs_single_section .content_title > *:not(p):not(div),
.jobs_teaser_wrapper .content_title > *:not(p):not(div) { 
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; 
    margin-bottom: 0.5rem;
}
.jobs_single_section .content_title > p,
.jobs_single_section .content_title > div,
.jobs_teaser_wrapper .content_title > p,
.jobs_teaser_wrapper .content_title > div {
    order: 2;
    margin-bottom: 2rem;
}