main {
	margin-top: 60px;
}

h1 {
	color: #000000;
	margin-top: 40px;
	margin-bottom: 20px;
}

p3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #000000;
	font-family: Roboto, sans-serif;
}

.terms {
	margin: 60px 60px;
	padding-top: 10px;
}

.terms p {
	line-height: 24px;
	margin-bottom: 20px;
}

/* MOBILE VERSION*/

@media only screen and (max-width: 768px) {
	
	main {
		margin-top: 50px;
		margin-bottom: 40px;
		justify-content: center;
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.terms {
		margin: 0 30px 20px;
	}

	h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 10px;
	}	
	
}