.elementor-9318 .elementor-element.elementor-element-bdcfc39{--display:flex;}


/* Start custom CSS */h1.custom-heading {
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-size: 3rem;             /* base ~ text-5xl */
}
@media (min-width: 640px){      /* sm */
  h1.custom-heading { font-size: 3.75rem; }
}
@media (min-width: 1024px){     /* lg */
  h1.custom-heading { font-size: 4.5rem; }
}
h1.custom-heading .line-1 { color:#fff; display:block; }
h1.custom-heading .line-2 {
  display:block;
  background: linear-gradient(90deg, var(--accent2-color), var(--accent-color), var(--accent4-color));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}


body {
  letter-spacing: 0.5px;
}/* End custom CSS */