.scrolling_content_module .scrolling_content_item {
  position: relative; }
  .scrolling_content_module .scrolling_content_item .line {
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%; }
    .scrolling_content_module .scrolling_content_item .line::after {
      transition: box-shadow 0.5s ease-in-out, height 0.5s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      height: 0;
      width: 100%;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0); }
  .scrolling_content_module .scrolling_content_item.go .line::after {
    height: 100%; }
  .scrolling_content_module .scrolling_content_item.orange-theme .line::after {
    background-color: #e06a20; }
  .scrolling_content_module .scrolling_content_item.orange-theme.go .line::after {
    box-shadow: 0px 4px 10px rgba(255, 165, 0, 0.25); }
