#extraContent2 {
  padding-bottom: 130px;
}

#extraContent2::before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  background: white;
  bottom: 0px;
  left: 0;
  transform-origin: right;
  transform: skewY(-3deg);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22), 14px 55px 56px rgba(0, 0, 0, 0.25);
}
