.offer-list {
  text-align: center;
  background: linear-gradient(180deg, #000 80%, transparent 20%);
  padding-top: 12px;
  padding-bottom: 30px;
}
.offer-list .overtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 4;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: -24px;
  display: block;
}

.offer-list .title {
  color: white;
  font-size: 40px;
  line-height: 0.2;
}
.offer-list .description {
  color: white;
}

.offer-list .title strong {
  color: var(--primary);
}

.offer-list .list {
  padding-bottom: 50px;
}

.offer-list .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;
}

.offer-list .list > .block-editor-inner-blocks >
  .block-editor-block-list__layout .block-list-appender {
    width: 80%;
    position: absolute;
    background: white;
    bottom: 0;
    left: 50%;
    transform: translateY(50px) translateX(-50%);
    content: "Ajouter un block"
  }

  .offer-list .list > .block-editor-inner-blocks >
  .block-editor-block-list__layout .block-list-appender button {
    content: "Ajouter une carte"
  }
