@media (min-width: 768px){
	.headerv2-container header.slimheader-v2 {
		height: 90px !important;
		padding: 0 30px;
	}
}
@media (min-width: 768px){
	.headerv2-container header.slimheader-v2 .slim-logo:before {
		content: '';
		background-image: url(/content/dam/pwc/cn/en/pwc-china-logo-2024-eng-march.png);
		background-repeat: no-repeat !important;
		background-size: contain !important;
		height: 60px !important;
		width: 305px !important;
		position: relative;
		top: 0px;
	}
	
	.headerv2-container.headerv2--dark header.slimheader-v2 .slim-logo:before {
		position: inherit;
		height: 55px !important;
		width: 72px !important;
	}
}