.hdg-lv2 {
  border-bottom: none;
  margin-bottom: 0px;
}

.hdg-lv3 {
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .hdg-lv3 {
    margin-left: 10px;
  }
}

.logos {
  margin-bottom: 10px;
}

.lst-group-link {
  margin-left: 35px;
}

.tbl-base li {
  display: flex;
  justify-content: space-between;
}

li:has(> .job):not(:last-child) {
  margin-bottom: 5px;
}

.job, .name {
  display: inline-block;
}

.name {
  width: 111px;
  min-width: 111px;
  white-space: nowrap;
  margin-left: 10px;
}

@media (min-width: 430px) and (max-width: 767px) {
  .tbl-base li {
    display: block;
  }
  .job {
    width: 260px;
  }
}
