.data-text {
	padding-top: 70px;
	margin-left: 5%;
	width: 90%;
	max-width: 900px;
}
.data-text h2 {
	margin-top: 25px;
	font-size: 32px;
}
.data-text p {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
	color: black;
}
.data-text ul {
	margin-top: 15px;
	width: 90%;
	list-style-type: disc;
}
.data-text ul li {
	margin-top: 15px;
	width: 100%;
	list-style-type: disc;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
}