.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;
}

p{
	width: 700px;
	max-width: 90%;
}




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

h1,h2,h3,.title{
  text-transform: uppercase !important;
	width: 700px;
	max-width: 90%;
	margin-bottom: 28px !important;
}