/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-content-txt-seo__intro {
  padding-bottom: 5rem;
}

.s-cols-big-text-small-text__col:first-child {
  flex: 1 1 45%;
}
.s-cols-big-text-small-text__col:last-child {
  flex: 1 1 55%;
}

.hero-home__ttl {
  text-transform: unset;
}

.s-faq-img__title {
  color: var(--wp--preset--color--txt-secondary-dark);
}

.content-col-list-img__icon svg path {
  fill: var(--wp--preset--color--bg-tertiary);
}

.s-testimonials-slider-card__icon svg path {
  fill: var(--wp--preset--color--bg-tertiary);
}

.s-banner-cta__content:hover {
  background-color: var(--wp--preset--color--bg-tertiary);
}