.jobs-content {
    padding-top: 83px;
    padding-bottom: 116px;
}

.jobs-content {
    background: #E9EDF2;
}

.jobs-content h4 {
    letter-spacing: 0;
}

/* career item */
.career-field {
    position: relative;
}

.career-field:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 42px;
    background: #05044A;
}

@media (max-width: 768px) {
    .career-field:not(:first-child)::after {
        width: 42px;
        height: 2px;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }
}
