.demo-hero {
	border-radius:0px!important;
	padding: 0px!important;
    min-height: 130px!important;
}

.headersection{
	padding-top: 110px!important;
}

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


.demo-hero p {
	max-width:100%!important;
}

@media (max-width: 700px) {
	.headersection{
		padding-top: 80px!important;
	}

}

.svg-mask01 {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #000 !important;
    -webkit-mask-image: var(--glow-icon-mask);
    mask-image: var(--glow-icon-mask);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.helpcard-title { letter-spacing: 0px !important;}
