.ws-jobs-wrap {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
    .ws-jobs-wrap {
        position: relative;
    }
    .ws-jobs-title {
        padding-right: 3rem;
        flex-basis: 35.5%;
        flex-shrink: 0;
        position: sticky;
        top: 7rem;
        align-self:flex-start;
    }

}
.ws-jobs {
    border-radius: 1.5rem;
    border: 1px solid var(--border2);
    background-color: var(--white)
}
.ws-jobs-item {
    padding: 2rem 2rem .5rem;
}
.ws-jobs-item:not(:last-child) {
    border-bottom: 1px solid var(--border2);
}
.ws-jobs-item-type, .ws-jobs-item-tags .tag {
    display: flex;
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 62.4375rem;
    border: 1px solid var(--border4);
    background: var(--white);
    font-size: .875rem;
    margin: 0 .5rem .5rem 0
}
.ws-jobs-item-location {
    font-size: 0.75rem;
    margin-bottom: .5rem
}
.ws-jobs-item-button {
    border-top: 1px solid var(--border3);
}
.ws-jobs-item-button a.ws-item-post-link {
    padding: 1.5rem 0
}
.ws-jobs-item-tags .tag {
    font-size: .8rem
}
@media (max-width: 767px) {
    .ws-jobs-item {
        padding: 2rem 1.5rem 0;
    }
}
