.list_item_recruitment {
  border-collapse: separate;
  margin-right: -40px;
}

@media (max-width: 950px) {
  .list_item_recruitment {
    margin-right: 0px;
  }
}

.list_item_recruitment thead {
  margin-bottom: 5px;
}

.list_item_recruitment thead tr th {
  background: #d20a11;
  color: #fff;
  border-radius: 3px;
  border: none;
  margin-bottom: 5px;
  text-align: center;
}

.list_item_recruitment tbody tr td {
  border: none;
  text-align: center;
}
