.product__container .edito_banner_wrapper.product__wrapper {
  margin-top: 0;
}

.edito_banner_wrapper.product__wrapper {
  border-top: 2px solid rgba(208, 209, 220, 0.2);
  padding: 0;
}

.edito_banner_wrapper.product__wrapper.product--edito--banner__background--grey {
  background-color: #f2f2f2;
}

.edito_banner_wrapper.product__wrapper .field__items {
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.edito_banner_wrapper.product__wrapper .field__items .field__item {
  flex: 1 0 33%;
}

.edito_banner_wrapper.product__wrapper .field__items .field__item.editorial-content--33 {
  flex-basis: 33%;
}

.edito_banner_wrapper.product__wrapper .field__items .field__item.editorial-content--66 {
  flex-basis: 66%;
}

.edito_banner_wrapper.product__wrapper .field__items .field__item .paragraph--type--editorial {
  height: 100%;
}

.edito_banner_wrapper.product__wrapper + .edito_banner_wrapper.product__wrapper {
  margin-top: -8.2rem;
}

.edito_banner_wrapper.product__wrapper .paragraph--type--editorial.paragraph--type--editorial-content.paragraph--view-mode--default {
  padding: 3rem 4rem;
}

@media only screen and (max-width: 980px) {
  .edito_banner_wrapper.product__wrapper .field__items .field__item {
    flex: 100%;
  }
  .edito_banner_wrapper.product__wrapper .field__items .field__item:nth-child(2) {
    margin-left: 0;
  }
  .edito_banner_wrapper.product__wrapper .field__items .field__item.editorial-content--33, .edito_banner_wrapper.product__wrapper .field__items .field__item.editorial-content--66 {
    flex: 100%;
  }
}
