/* 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 {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  color: var(--wp--preset--color--txt-secondary-dark);
  padding-bottom: 1.5rem;
}
.s-content-txt-seo__cols {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .s-content-txt-seo__cols {
    flex-direction: column;
  }
}
.s-content-txt-seo__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
}
.s-content-txt-seo__ttl {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
}
.s-content-txt-seo__subttl {
  margin: 0;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-secondary-dark);
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.s-content-txt-seo__txt {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-content-txt-seo__txt p {
  margin: 0 0 1em;
}
.s-content-txt-seo__txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .s-content-txt-seo__intro {
    font-size: 2.5rem;
  }
  .s-content-txt-seo__cols {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-content-txt-seo__col {
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .s-content-txt-seo__intro {
    font-size: 2rem;
    padding-bottom: 1.25rem;
  }
  .s-content-txt-seo__cols {
    gap: 1.5rem;
  }
}