main {
	width: 900px;
	max-width: 100%;
}
h2 {
	margin: 60px 0 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	/* identical to box height, or 26px */

	text-align: center;
	letter-spacing: 0.12em;
	text-transform: uppercase;

	/* Gradients/Green */

	background: linear-gradient(180deg, #2edf95 0%, #07847c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	text-shadow: 0px 2px 16px rgba(159, 108, 209, 0.32);
}

h1 {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 64px;
	line-height: 82px;
	/* identical to box height */

	text-align: center;

	background: linear-gradient(184.15deg, #ffffff 47.52%, #884ea4 96.61%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

	text-shadow: 0px 4px 32px rgba(159, 108, 209, 0.46);
}
h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	/* identical to box height */

	/* Solid/Text Primary */

	color: #d0bed8;
	width: 100%;
	text-align: left;
}

h4 {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	/* or 22px */

	/* Solid/Text Primary */

	color: #d0bed8;

	/* Inside auto layout */
	padding: 8px 0;
}

p {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	/* or 22px */

	/* Solid/Text Secondary */

	color: #a58ead;
}
