/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-text-image-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.s-text-image-content :where(.wp-block-paragraph) {
  color: var(--wp--preset--color--gray-medium);
}
.s-text-image-content :where(.wp-block-paragraph.has-x-large-font-size) {
  color: var(--wp--preset--color--white);
}
@media screen and (max-width: 991px) {
  .s-text-image-content {
    padding: 2rem 1.5rem;
  }
}