h1 {
	margin-bottom: 0;
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #63c19c, #58c5c7);
}
h2 {
	font-size: 30px;
	font-weight: bold;
	color: #57c4c7;
	text-align: center;
	margin-top: 50px;
}
h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.point-list p {
	position: relative;
	padding-left: 50px;
}
.point-list p.subtitle {
	margin-top: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.point-list p > i {
	position: absolute;
	z-index: auto;
	left: 0;
	font-style: normal;
}
.point-list ul {
	margin-left: 50px;
}
.point-list ol {
	margin-left: 50px;
	list-style: lower-alpha;
}
