/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-fse-blocks-fse-shape {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 80px 50px;
  z-index: 1;
}
.fse-shape-section {
  .fse-shape-item,
  svg {
    width: 100%;
    position: absolute;
    left: 0;
  }
  .top-shape {
    top: 0px;
    z-index: -1;
    svg {
      top: 0px;
    }
  }
  .bottom-shape {
    bottom: 0px;
    z-index: -1;
  }
}
