.page {
	width: 100%;
	float: right;
	margin: 3rem auto;
}
.page .title-single-page {
	margin-bottom: 2rem;
}
.page .title-single-page h1 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.page .title-single-page p {
	font-size: 16px;
	color: #454545;
	text-align: justify;
}
.single-page {
	padding: 0px 20px;
}
.single-page .main-content-page {
	border: 1px solid #c0d731;
	border-radius: 20px;
	padding: 30px 18px;
	text-align: justify;
}
.content-page .main-content-page h2 {
}
.single-page .main-content-page p {
	font-size: 16px;
	color: #454545;
	text-align: justify;
}
.content-page .main-content-page img {
}

@media screen and (max-width: 576px) {
	.single-page .main-content-page p {
		font-size: 14px;
	}
}
@media screen and (max-width: 430px) {
}
