.center {
	text-align:center; 	
}

.hidden{
	display:none;
}

@media (max-width: 768px) {

	p.mobile {
		font-size: 20px !important;
	}

	p {
		font-size: 16px !important;
	}

	h2 {
		font-size: 22px !important;
		font-weight: 400;
	}

}