.lawfirmfooter {
    padding-left: 15px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.headerv2-container header.slimheader-v2 .slim-logo{
	display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    font-weight: bold;
	text-decoration: none !important;

}
.headerv2-container header.slimheader-v2 .slim-logo:hover{
	text-decoration: none;
}
.headerv2-container header.slimheader-v2 .slim-logo:before {
	content: "";
	display: inline-block !important;
	background: url(/content/dam/pwc/mk/en/pm/PwC_EN-Papazoski-Mishev_logo_black.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	height: 250px;
	width: 250px;
	margin-bottom: 5px !important;
	visibility: visible !important;
    opacity: 1 !important;
}

@media (min-width: 992px){
	.headerv2-container header.slimheader-v2 .slim-logo:before {
		height: 250px;
		width: 250px;
	}
}