.acb-slide__block {
  display: flex;
  width: 360px;
  height: 400px;
  max-width: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  padding: 40px;
  border-radius: 16px;
  background: #F3F3F3;
}

.acb-slide__block .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
}