.x-app-list {
  @include make-col(12);
  display: flex;
  justify-content: center;
  // max-width: 43.75rem;

  &-container {
    @include make-row();
    width: 100%;
  }
}