.page_block{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.page_block .page_block_text h2{
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	font-size: 24px;
}
.page_block .page_block_text h3{
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	font-size: 18px;
}
.page_block .page_block_text p{
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;
	color: #777777;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
.page_block .page_block_text a{
	color: #db2a19;
	text-decoration:none;
}
.page_block .page_block_text a:hover{
	color: #961d11;
}