.InfoContainer{
	position: relative;
	color: white;
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 20px;
}
.InfoContainerMin{
	min-height: calc(100vh - 225px);
}
.InfoHeader{
	margin: 0;
	font-size: 30px;
	font-weight: 700;
}
.InfoData{
	margin: 0;
	font-size: 18px;
}
.InfoSubHeader{
	margin: 0;
	font-size: 26px;
	font-weight: 700;
}
.InfoParagraph{
	margin: 0;
	font-size: 18px;
	text-align: justify;
}
a{
	color: white;
	text-decoration: none;
}