
  .demo-text-1 {
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #1aad19;
    color: #ffffff;
    font-size: 36px;
  }

  .demo-text-2 {
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #2782d7;
    color: #ffffff;
    font-size: 36px;
  }

  .demo-text-3 {
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: #353535;
    font-size: 36px;
  }

  // // components pages style

  .components-page {
    font-size: 32px;
    &__body {
      padding: 0 40px;
    }

  }

  .example {
    margin-bottom: 60px;
    &-header {
      text-align: center;
      font-size: 34px;
      color: #999;
      margin-bottom: 20px;
    }
    &-body {

    }
  }


  .page-section {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .page-section_center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-section:last-child {
    margin-bottom: 0;
  }

  .page-section-gap {
    // @include eject(box-sizing, border-box);
    padding: 0 30px;
  }

  .page-section-spacing {
    // @include eject(box-sizing, border-box);
    padding: 0 80px;
  }

  .page-section-spacing-reset {
    padding: 0 30px;
  }

  .page-section-title {
    font-size: 28px;
    color: #999999;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
  }
