.cms-page-view .main-container {
    overflow: hidden;
}
img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .promo-header__banner {
    position: relative;
    height: 401px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100% !important;
    background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/main-bg.jpg);
width: 100vw;
    transform: translateX(-50vw);
    left: 50%;
  }
  
  .breadcrumbs {
    display: none;
  }
  
  .promo-header__title {
    text-align: center;
    font-size: 48px;
    line-height: 59px;
    font-weight: bold;
    max-width: 598px;
    margin: 70px auto 20px;
  }
  
  .promo-header__subtitle {
    position: relative;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto 104px;
    max-width: 763px;
  }
  
  .promo-header__subtitle::after {
    content: '';
    width: 174px;
    height: 4px;
    background: #6FB89B;
    position: absolute;
    bottom: -58px;
    left: calc(50% - 87px);
  }
  
  .promo-header__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  
  .history__title-wrapper {
    width: 520px;
    height: 80px;
    margin: 170px auto 0px;
    background: #26A792;
  }
  
  .history__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .history__title::before {
    content: url(/media/up/hansgrohe/promo/HANSGROHE-662/top-pipe.png);
    position: absolute;
    top: -137px;
    right: 34%;
    width: 137px;
    height: 103px;
  }
  
  .history__title svg {
    width: 328px;
    height: 71px;
  }
  
  .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 300px;
    border-bottom: 1px solid #BFBFBF;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 100%;
    background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-section.jpg);
  }
  
  .content-box::after {
    content: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-connection.png);
    width: 43px;
    height: 13px;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 21.5px);
    z-index: 2;
  }
  
  .content-box__item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .content-box__image {
    width: 193px;
  }
  
  .content-box__item-image {
    margin-right: 30px;
  }
  
  .content-box__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 275px;
  }
  
  .content-box__item-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    position: relative;
  }
  
  .content-box__item-title::after {
    content: '';
    width: 98px;
    height: 2px;
    background: #6FB89B;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  
  .content-box__item-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    padding: 27px 10px 0 3px;
  }
  
  .content-box__item-text a {
    text-decoration: underline;
    color: #1e5587;
  }
  
  .content-box__item_right {
    max-width: 447px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .content-box__item-year {
    font-weight: bold;
    font-size: 220px;
    line-height: 269px;
    color: rgba(0, 0, 0, 0.05);
  }
  
  .content-box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  
  .content-box:nth-child(1) {
    background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-section-top.jpg);
    height: 348px;
  }
  
  .content-box:last-child {
    background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-section-end.jpg);
    height: 200px;
    border-bottom: none;
  }
  
  .content-box:last-child:after, .content-box:last-child:before {
    display: none;
  }
  
  @media (max-width: 1192px) {
    .promo-header__banner {
      background-position: 60% 100% !important;
      height: 347px;
    }
    .container {
      padding: 0px 50px !important;
    }
    .promo-header__title {
      margin: 18px auto 20px;
    }
    .promo-header__subtitle {
      margin: 0 auto 66px;
    }
    .promo-header__subtitle::after {
      bottom: -38px;
    }
    .history__title-wrapper {
      width: 100%;
      height: 80px;
      margin: 140px auto 0px;
    }
    .history__title::before {
      left: -15px;
    }
    .content-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      height: 519px;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background-position: 14px 100%;
      padding-left: 15%;
      background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-section-tablet.jpg);
    }
    .content-box::after {
      left: 12px;
    }
    .content-box::before {
      content: "";
      width: 31px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      bottom: -6px;
      left: -3px;
      z-index: 2;
    }
    .content-box__item-left {
      margin-left: 100px;
    }
    .content-box__item-right {
      margin-left: 100px;
    }
    .content-box__item-content {
      max-width: 345px;
    }
    .content-box:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
    
  @media (max-width: 745px) {
    .content-box__item-year {
      line-height: 220px;
    }
  }
  
  @media (max-width: 700px) {
    .container {
      padding: 0px 10px !important;
    }
    .promo-header__banner {
      background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/main-bg-mobile.jpg);
      background-position: 60% 100% !important;
      height: 300px;
    }
    .promo-header__title {
      font-size: 27px;
      line-height: 33px;
    }
    .promo-header__subtitle {
      font-size: 18px;
      line-height: 22px;
    }
    .promo-header__subtitle::after {
      bottom: -27px;
    }
    .promo-header__text {
      font-size: 14px;
      line-height: 17px;
    }
    .history__title::before {
      content: url(/media/up/hansgrohe/promo/HANSGROHE-662/top-pipe-mobile.png);
      top: -65px;
      left: -3px;
    }
    .history__title svg {
      width: 233px;
      height: 36px;
    }
    .history__title-wrapper {
      height: 36px;
      margin: 62px auto 0px;
    }
    .content-box {
      background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-section-mobile.jpg);
      padding-left: 18%;
      padding-bottom: 20px;
      height: 100%;
    }
    .content-box::after {
      content: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-connection-mobile.png);
      width: 28px;
      height: 9px;
      bottom: -2px;
    }
    .content-box__item-year {
      font-size: 120px;
      line-height: 146px;
    }
    .content-box__item-text {
      font-size: 14px;
      line-height: 17px;
    }
    .content-box__item_left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .content-box__image {
      width: 250px;
    }
    .content-box__item-image {
      margin-right: 0px;
      margin-bottom: 20px;
    }
    .content-box:last-child {
      background-image: url(/media/up/hansgrohe/promo/HANSGROHE-662/pipe-section-end-mobile.jpg);
      height: 111px;
    }
  }
  