/////////////////////////////////////////////////////////////////////
//                      PLEASE NOTE: DEPRECATED!                   //
// REPLACED BY "MY ENVIRONMENT" CSS (04_organisms/my-environment)  //
/////////////////////////////////////////////////////////////////////
  .my-randstad__content-header {
    @include font-style('title--s', 'title--m');
    color: $color-brand--one;
    margin-bottom: $spacing--s;
  }

  .block--my-randstad {
    .list-item--button.divider {
      border-bottom: none;
    }

    .list-item:last-child {
      margin-bottom: 0;
    }

    .list-items::after {
      background: transparent;
    }

    .block__content.divider {
      padding-bottom: $spacing--m;
    }
  }

  @include viewport--l {
    .my-randstad__content {
      width: grid-columns(6, 8);
    }

    .block--my-randstad .block__content.divider {
      padding-bottom: $spacing--l;
    }
  }

//blocks

  // viewport s - m
  @include viewport--l('inversed') {
   .block--my-randstad .block__header + .block__content {
      margin-top: $spacing--l;
    }
  }


.block--my-randstad .block__wrapper {
  padding-bottom: $spacing--s;
  padding-top: $spacing--m;

  @include viewport--l {
    padding-bottom: $spacing--m;
    padding-top: $spacing--l;
  }
}
