.shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: 1;
}

.shape-top {
  top: -2px;
}

.shape-bottom {
  transform: rotate(180deg);
  bottom: -2px;
}

.shape-wrapper {
  transform: rotate(180deg);
  bottom: -2px;
}

.shape-svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
}

.shape-path {
  transform-origin: center;
  transform: rotateY(0deg);
  fill: #fff;
}

.shape-footer {
  fill: #fff;
  position: relative;
  height: 70px;
}

@media (max-width: 768px) {
  .shape-footer {
    margin-top: -1px !important;
    height: 30px;
  }

  .shape-svg {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .shape-svg {
    height: 40px;
  }
}
