.numbered-card-list {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.numbered-card-list
  .block-editor-inner-blocks
  .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  place-content: center;
  grid-gap: 12px;
}

.numbered-card-list .block-editor-inner-blocks .block-editor-block-list__block {
  width: 100%;
}

.numbered-card-list .overtitle {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: -24px;
  display: block;
}

.numbered-card-list .title {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
