
html, body {
    max-width: 100%;
    overflow-x: hidden; 
}
.job-offers-wrap td,
.job-offers-wrap th {
    padding: 1.2rem 1.5rem;
    text-align: left;
}
.job-offers-wrap table {
    border-spacing: 0;
    width: 100%;
}
.job-offers-wrap table,
.job-offers-wrap thead,
.job-offers-wrap tbody,
.job-offers-wrap tr {
    display: block;
    width: 100%;
}
.job-offers-wrap td:first-child,
.job-offers-wrap th:first-child {
    padding-left: 0;
}
.job-offers-wrap .title-td {
    display: inline-block;
    width: 66%;
}
.job-offers-wrap .location-td {
    display: inline-block;
    width: 33%;
}
td:last-child,
.job-offers-wrap th:last-child {
    padding-right: 0;
}