main {
	margin-top: 60px;
}

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

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

.privacy {
	margin: 60px 60px;
	padding-top: 10px;
	padding-bottom: 20px;
}

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

.privacy-indent {
	margin: 0 0 0 20px;
}

.privacy-indent p {
	margin-bottom: 10px;
}

p4 {
	display: contents;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	font-family: Roboto, sans-serif;
}

/* 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;
	}

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

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