.terms-section
{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.terms-section p
{
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}

.terms-section a
{
	color: yellow;
	text-decoration: none;
}

.terms-section a:hover
{
	text-decoration: underline;
}


