.block-image-fond-texte {
  background: var(--bg) center / cover no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.block-image-fond-texte .offset {
  width: 100%;
}
.block-image-fond-texte p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .block-image-fond-texte {
    padding-top: 15rem;
    padding-bottom: 0rem;
  }
  .block-image-fond-texte .offset {
    width: 55%;
  }
}
