 selector .elementor-heading-title {
  color: rgb(182, 182, 182, 0.15);
  background: linear-gradient(to right, #377ee6, #00d0ed, #32e5e1) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.5,.5,.5,1) 0.6s;
  position: relative;
 }


