.pp_bar {
    display: flex;
    justify-content: center;
    align-items: center;
	position: fixed;
    z-index: 1;
	width: 100%;
	padding-bottom: 1px;
	border-bottom: solid 2px rgba(230, 220, 193, 1);
    background-color: #fff;
	text-align:center;
}
.pp_bar a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.pp_bar img {
	display: block;
	width: 100%;
	max-height: 60px;
	margin: auto;
	object-fit: contain;
}

#pp_main {
	max-width: 850px;
	padding: 80px 10px 0;
	margin: 0 auto;
}
#pp_main p {
	line-height: 1.8;
	margin-bottom: 2em;
}
.styled_h4 {
	font-size: 18px;
	text-align: left;
	color: #000000;
	border-top: 0px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 0px solid #dddddd;
	border-right: 0px solid #dddddd;
	padding: 10px !important;
	margin: 0px 0px 30px !important;
}
.pp_title {
	font-size: 1.4em;
}
.pp_sign {
	text-align: right;
}

@media only screen and (max-width:428px) {
	#pp_main p {
		font-size: 14px;
	}
}