.elementor-137 .elementor-element.elementor-element-f2fa176{padding:150px 150px 150px 150px;}/* Start custom CSS for section, class: .elementor-element-f2fa176 */.gradient-background {
  background: linear-gradient(280deg,#ededf1,#ceced0,#767ed8);
  background-size: 180% 180%;
  animation: gradient-animation 12s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */