.job_offer_table {
  width: 100%;
}

.job_offer_table tr:nth-child(odd) td {
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 19px;
  font-size: 25px;
}

.job_offer_table tr:last-child td {
  border-bottom: none;
}

.job_offer_table .cellContent {
  display: block;
  font-size: 22px;
}

.job_offer_table .cellHeader {
  font-size: 11px;
}

.job_offer_table .iconRight {
  color: red;
  height: 40px;
  width: 40px;
}

.job_offer_table tr {
  position: relative;
}

.job_offer_table tr td:last-child {
  width: 40px;
}

.job_offer_table tr td:last-child a {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.job_offer_table tr:nth-child(even) {
  display: flex;
  flex-direction: column;
}

@media (width >= 960px) {
  .job_offer_table tr:nth-child(even) {
    display: table-row;
  }

  .job_offer_table tr:nth-child(odd) td:first-child {
    border-top: 1px solid black;
  }

  .job_offer_table tr:nth-child(even) td {
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    max-width: calc(25% - 10px);
  }
}
