.react__container--fullwidth-colored {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 40px;
  background: #f6f4f1;
}


