.financial-list-item {
  min-height: 64px;
}

.treasury-job-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.treasury-screen {
    padding: 0;
  width: 100%;
}

.contact-list-item::before,
  .form-list-item::before,
  .financial-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--accent);
}