.web-wrap {
    padding-top: 120px;
}

.web-hero-head h1{
	font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(90deg, #ff168b 0%, #9b5de5 40%, #3b82f6 80%, #ff168b 100%);
    background-size: 200% 100%;
    animation: titleSweep 12s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.center-intro h1,.center-intro h2,.center-intro h3,.center-intro .title, .center-intro p{
	margin-left: auto !important;
	margin-right: auto !important;	
}

.center-intro p{
  max-width: 700px;
  width: min(100%, 700px);
}

.center-intro h1,
.center-intro h2,
.center-intro h3,
.center-intro .title{
  max-width: 700px;
  width: min(100%, 700px);
}