.wpb-content-wrapper > :first-child:is(.wpb_animate_when_almost_visible){
	animation: none;
	opacity: 1;
	padding-left: 0;
}
.wm-blog-title{
	padding-right: 70px;
}
.wm-blog-title:after{
	background-image: url('../images/wme.png');
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	right: 20px;
	top:0;
	width: 60px;
}
.wm-blog-title h3{
	font-size: 20px;
	min-height: 55px;
}
.wm-white-text{
	color: #fff;
}
@media (min-width:1322px){
	body:not(.wm-loaded) .vc_row[data-vc-full-width-temp] {
		padding-left:calc(50vw - 661px);
		padding-right:calc(50vw - 661px);
	}
}
