/* 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-archive-posts-hero__ttl {
  color: var(--wp--preset--color--txt-primary);
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-archive-posts-hero__ttl {
  font-size: 56px;
}
@media screen and (min-width: 569px) {
  .s-archive-posts-hero__ttl {
    font-size: calc(56px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-posts-hero__ttl {
    font-size: 3.5rem;
  }
}
.s-archive-posts-hero__intro {
  margin-top: 1rem;
  color: var(--wp--preset--color--txt-secondary);
}
.s-archive-posts-hero__intro p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.s-archive-posts-hero__intro p:last-child {
  margin-bottom: 0;
}