/* 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-cols-text-steps__cols {
  display: flex;
  align-items: center;
  gap: 7.5rem;
}
.s-cols-text-steps__col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.s-cols-text-steps__ttl {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  line-height: 1;
  color: var(--wp--preset--color--txt-secondary-dark);
}
.s-cols-text-steps__subttl {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-cols-text-steps__subttl {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-cols-text-steps__subttl {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-text-steps__subttl {
    font-size: 1.5rem;
  }
}
.s-cols-text-steps__txt {
  margin-top: 2rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
.s-cols-text-steps__btn-wrap {
  margin-top: 1.5rem;
}
.s-cols-text-steps__steps {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.s-cols-text-steps-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-primary);
}
.s-cols-text-steps-step__step {
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.s-cols-text-steps-step__index {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.s-cols-text-steps-step__index svg path {
  fill: white;
}
.s-cols-text-steps-step__title {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  max-width: 65%;
}
@media screen and (max-width: 1024px) {
  .s-cols-text-steps__cols {
    gap: 4rem;
  }
  .s-cols-text-steps__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-cols-text-steps__cols {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
  .s-cols-text-steps-step__title {
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  .s-cols-text-steps__ttl {
    font-size: 2rem;
  }
  .s-cols-text-steps__subttl {
    font-size: 1.25rem;
  }
  .s-cols-text-steps__txt {
    margin-top: 1.25rem;
  }
  .s-cols-text-steps-step {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  .s-cols-text-steps-step__index {
    width: 2.75rem;
    height: 2.75rem;
  }
}