.text-animation {
  overflow: hidden;
  .chars {
    border: 1px solid rgba(0, 0, 0, 0);
  }
}

.text-rotation {
  transform-style: preserve-3d;
  .chars {
    transform: perspective(1000px);
  }
}

/* .elementor-button {
	.elementor-button-content-wrapper,
	span {
		overflow: hidden;
	}
	text-shadow: 0px 1.2em 0px;
} */
