.fb-wrapper { display: flex; flex-wrap: wrap; }
  .fb-left { width: 50% }
  .fb-left-wrapper { max-width: 520px; padding-right: 24px;}
  .fb-right { width: 50%;  position: relative }
  .fb-elem { position: absolute; z-index: 1; top: 50%; left: 0; opacity: .43; transform: translateY(-50%) }
  .fb-elem:after { background-color: #00b8d4; content: ""; height: 100%; width: 100vw; z-index: 1; position: absolute; left: 100%; margin-left: -1px; }
  .fb-right-wrapper { max-width: 415px; margin-left: auto; padding-left: 24px }
  .fb-headline { margin-bottom: 24px; position: relative; z-index: 2 }
  .fb-ctas { position: relative; z-index: 2 }

  @media (max-width: 767px) {
    .fb-left,
    .fb-right { width: 100% }
    .fb-right { margin-top: 160px; }
    .fb-left-wrapper,
    .fb-right-wrapper { text-align: center; margin: 0 auto; padding: 0; }
    /*.fb-elem { left: 0; position: absolute; transform: translate(-25%, -27%) rotate(38deg); z-index: 1; }*/
    .fb-elem { left: 0; position: absolute; transform: translate(-39%,-22%) rotate(5deg); z-index: 1; }

    .flow-banner {
      padding-bottom: 60px!important;
      padding-top: 60px!important;
    }