.Initiatives {
  list-style-type: none;
  padding: 0;
  margin: 0;

  & > li {
    display: flex;
    align-items: top;
    gap: 1rem;

    &:not(:last-of-type) {
      margin-bottom: var(--layout-gap);
    }

    & > .content {
      flex: 1;

      .industry {
        font-weight: normal;
        margin-left: 0.5rem;
      }
      .projectDescription {
        font-size: 0.8em;
        line-height: 1rem;
      }

      .positions {
        margin: 0.25rem 0;
        padding: 0;
        list-style-type: none;
      }

      .responsibilities {
        padding: 0;
      }
    }
  }

  .date-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .Dates {
      white-space: nowrap;
    }
  }

  .role {
    .title {
      font-weight: 800;
    }
    .description {
      font-size: 0.85em;
    }
  }
}
