<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-icons__card__icon {
  transition: transform .5s ease;
}

.text-icons__card:hover .text-icons__card__icon {
	transform: translate(-50%, -50%) scale(1.1);
}

.text-icons__card__heading-box {
  box-shadow: 0px 1px 2px 0px rgb(var(--color-foreground),.05);
  border-radius: 0.8rem;
  background: rgb(var(--color-background-input));
}</pre></body></html>