.section-sign-up .content-wrapper {
    max-width: 700px;
}
.section-innovation .highlight {
    z-index: -1;
  }

  span.small {
    display: none;
  }

  @media only screen and (max-width: 734px) {
    span.small {
      display: inline-block;
    }
  }

  @media only screen and (max-width: 735px) {
    .headline-center-ml {
        position: relative
    }
    .section-tiles .small-span-12 {
        width: 100%;
        max-width: 100%;
    }
    .section-tiles .tile {
        max-width: 100%;
    }
}

.section-innovation .unit {
  font-size: .5em;
  text-shadow: none;
  -webkit-text-stroke-width: 0;
  color: black;  
}

.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
  position: relative;
  line-height: 1.1;
  }
  
  @media only screen and (min-width: 735px) {
     .l-m-ab {
      position: absolute
    }
  }
 