.orange-bar {
      width: 100%;
      height: 60px;
      background-color: #f79020;
      transform: skewY(2deg);
      margin-top: 50px;
      margin-bottom: 50px;
    }
    
    .grey-bar {
      width: 100%;
      height: 60px;
      background-color: #cccccc;
      transform: skewY(2deg);
      margin-top: 50px;
      margin-bottom: 50px;
    }