.key-figure-list {
  position: relative;
  padding: 20px;
  color: white;
  text-align: center;
}

.key-figure-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 80%;
  background: #000;
}

.key-figure-list .list, .key-figure-list .list .block-editor-inner-blocks {
  width: 100%;
}

.key-figure-list .list .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.key-figure-list .list .block-editor-inner-blocks > .block-editor-block-list__layout > div {
  margin: 20px;
}

.key-figure-list .components-button-custom {
  margin-left: auto;
  margin-right: auto;
}
