@media screen and (min-width: 640px){
  .Index {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap !important;
  }
  section[id*="split"]{
    width: 50%!important;
  }
  section[id*="full"]{
    width: 100%!important;
  }
}