.c-timeline-teaser {
  margin-bottom: 216px;
  margin-bottom: 9rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1104px) {
    .c-timeline-teaser {
      flex-direction: row; } }
  .c-timeline-teaser__graphic {
    position: absolute;
    right: 0;
    bottom: -300px; }
    .c-timeline-teaser__graphic img {
      height: 300px !important; }
      @media (min-width: 1104px) {
        .c-timeline-teaser__graphic img {
          height: auto !important; } }
  .c-timeline-teaser__image {
    padding: 72px 0px 36px 0px;
    padding: 3rem 0 1.5rem 0;
    position: relative; }
    @media (min-width: 1104px) {
      .c-timeline-teaser__image {
        padding: 0px;
        padding: 0;
        width: 60%;
        max-width: 1980px;
        max-height: 100vh;
        text-align: left; } }
    .c-timeline-teaser__image img {
      max-width: 100%;
      z-index: 2;
      -o-object-position: 90% 100%;
         object-position: 90% 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
      @media (min-width: 1104px) {
        .c-timeline-teaser__image img {
          max-height: 100vh;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: left;
             object-position: left; } }
  .c-timeline-teaser__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .c-timeline-teaser__info h2 {
      margin-bottom: 18px;
      margin-bottom: 0.75rem;
      font-size: 42px;
      font-size: 1.75rem;
      line-height: 50px;
      line-height: 2.08333rem;
      max-width: 400px;
      color: #741678 !important; }
    @media (min-width: 1104px) {
      .c-timeline-teaser__info {
        margin-bottom: 0px;
        margin-bottom: 0;
        margin-left: 36px;
        margin-left: 1.5rem;
        margin-right: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left; } }

