    #content1 { background-color: #aaa5af !important; }
    //.content2 { background-color: #87828c !important; }
   #content2_animated {
    background-color: #87828c !important;
   }
   #content3 {
      position: relative;
  }
   #content3:before {
    content: '';
    height: 342px;
    width: 1px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    left: -1px;
   }