.page-header-title, h1.page-header-title {
    margin: 8rem 0 0;
    background-color: #402e1ed6;
    padding: 1rem;
    color: #fff;
}
.site-body {
    padding: 0 0 4rem;
}

.pm_about > div {
	margin-bottom: 2rem;
}
.pm_box {
	display: block;
	height: 100%;
	background-color: #fff;
	padding: 1rem 1.5rem;
}
.pm_box .pm_box_img {
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pm_box h3 {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.pm_menu .row > div {
	margin-bottom: 2rem;
}
.pm_menu_box {
	display: block;
	background-color: #ccc;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 1rem;
	position: relative;
	z-index: 0;
	color: #fff;
	background-size: cover;
	background-position: center;
	text-align: center;
	margin-bottom: 0;
}
.pm_menu_box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #00000080;
	position: absolute;
	z-index: -1;
	transition: 0.2s;
}