/* 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--txt-gray-medium);
}
.s-text-image-content :where(.wp-block-paragraph.has-x-medium-font-size) {
  color: var(--wp--preset--color--txt-white);
}
.s-text-image-content :where(.c-buttons) {
  margin-top: 2.5rem;
}
.s-text-image-content :where(.c-btn) {
  margin-top: 2.5rem;
}
.s-text-image-content .c-buttons .c-btn {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .s-text-image-content {
    padding: 2rem 1.5rem;
  }
}