/* About page only */
.kn-about {
  text-align: justify;
  text-justify: inter-word;
}

/* titres orange comme avant */
.kn-about__title,
.kn-about__subtitle {
  color: #fca203;
}

/* check icon orange */
.kn-about__check {
  color: #fca203;
}

/* back-to-top orange (comme ton inline) */
.btn-primary.btn-lg-square.back-to-top {
  background-color: #fca203 !important;
  border-color: #fca203 !important;
}
