.background_graphics {
  height: 0;
}
.background_graphics .content_container {
  position: relative;
}
.background_graphics .graphic {
  position: absolute;
  z-index: -1;
  top: -5380px;
  right: -410px;
  width: 600px;
  height: 10000px;
  transform: rotate(30deg);
  transform-origin: center;
  background-color: #FFEDDB;
}
.background_graphics .graphic.blue-stripe {
  background-color: #E4ECFA;
}
