/* BASIC css start */
.layout-newpage {
	padding: 40px 20px;
}
.layout-newpage > h2 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px; font-weight: 500; color: #111;
}
.layout-newpage > p {
	margin: 0 0 20px;
	text-align: center;
	font-size: 12px; font-weight: 500; color: #111;
}
.layout-newpage img {
	width: 100%;
	display: block;
}
/* BASIC css end */

