.template-404 {
  .hero__title p,
  .hero__description p {
    color: var(--white) !important;
    text-transform: none;
  }

  /* on enleve l'icône de scroll sur la bannière */
  .scroll_icon_wrap {
    display: none;
  }
}