
.CAREERS .career {
    border-radius: 10rem;
    padding: 45rem 37rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.CAREERS .career:not(:last-child) {
    margin: 0 0 20rem;
}

.CAREERS .career .position {
    flex: 0 0 340rem;
}

.CAREERS .career .description {
    flex: 0 0 590rem;
    margin: 0 20rem 0 40rem;
}

.CAREERS .career .link {
    flex: 0 0 115rem;
}

.CAREERS .career .link a::before {
    content: '';
    position: absolute;
    inset: 0;
}

@media screen and (max-width: 960px) {
    .CAREERS .career { display: block; padding: 25rem; }
    .CAREERS .career .position,
    .CAREERS .career .description {margin: 0; margin-bottom: 10rem;}
}