.pkp_structure_footer_wrapper {
	display: inline-block;
	background: #092d12;
	width: 100vw;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.pkp_structure_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 0;
}
.pkp_footer_content p strong a {
	color: #f7ff00;
}
.pkp_brand_footer{
	display:flex;
	justify-content: center;
	align-items: center;
}
.pkp_brand_footer a img {
	filter: invert(100%);
	margin: auto;
}