#community {
	width: 100%;
	text-align: center;
}
#community>p {
	color: #e1b47d;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	text-align: center;
}
#community-table {
	/**/
}
@media only screen and (max-width: 800px) {
	#community>p {
		font-size: 1rem;
	}
}
