/* Scoped styles for service/column/case pages. */
.top-text p {
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.top-text a {
  color: #000;
}

.top-text a::before {
  background-color: rgb(0, 0, 0);
}
