﻿body {
}

div.container-fluid > div.row {
	text-align: center;
}

	div.container-fluid > div.row > div.col-md-12 > h1 {
		color: #9FD5B1;
		font-size: 35px;
		font-weight: 700;
	}

	div.container-fluid > div.row > div.col-md-12 > p {
		font-size: 16px;
		text-align: justify;
	}

@media only screen and (max-width: 767px) {
	div.container-fluid > div.row > div.col-md-12 > h1 {
		font-size: 20px;
	}
}
