.employer-list {

  ul li {
    display: flex;
    justify-content: start;
    gap: 1rem;
    margin-right: 20%;

    label {
      font-weight: bolder;
    }

    .actions {
      margin-inline-start: auto;
    }
  }

}