.jobs .jobs__top{
    max-width: 58.9375rem;
}

.jobs .jobs-list {
    gap: 0.5rem;    
}

.jobs .jobs-list__item{
    border-radius: 0.5rem;
    background: var(--purple-300, #F9F8FC);
    padding: 2rem 2.25rem;
    gap: 1rem;
}

.jobs .jobs-list__item .item__text .subtitle{
    margin-bottom: 0rem;
}

.jobs .jobs-list__item .item__text .body--2{
    margin-top: 0.5rem;
}

.jobs .jobs-list__item .item__text ul{
    margin-top: 1.5rem;
    flex-direction: row;
    gap: 1rem;
    padding: 0px;
    list-style: none;
}

.jobs .jobs-list__item .item__text ul li{
    padding: 1rem 1.25rem;
    gap: 1rem;
    color: var(--black-900, #444658);
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.02em;
    border: 1px solid var(--black-400, rgba(26, 24, 36, 0.10));
    border-radius: 0.5rem;
}

.jobs .jobs-list__item .item__button{
    flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
    .jobs .jobs__top{
        max-width: 100%;
    }
    
    .jobs .jobs-list__item{
        padding: 1.5rem;
        gap: 1.5rem;
    }
    
    .jobs .jobs-list__item .item__button,
    .jobs .jobs-list__item .item__button .button{
        width: 100%;
    }
    
    .jobs .jobs-list__item .item__text ul{
        width: 100%;
        flex-wrap: wrap;
    }
}
