html{ scroll-behavior: smooth; }  .text--gradient { position: relative; color:transparent; background: var(--gradient-red-blue); -webkit-background-clip: text; background-clip: text; } .text--highlight{ background: linear-gradient(45deg, var(--col-secondary), var(--col-primary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .text--link{ color:var(--col-text-link); text-decoration:underline; cursor:pointer; }  .services__card--active{ border:0; background-color:var(--col-primary) !important; }