body.widget-snippet  .industries-weserve{
	background:none;
	margin:40px;	
}
.widget-snippet .industries-weserve {
    background: url(/template/7663bd01/images/rainbow-shapw.png) no-repeat left top;
	margin:80px 0 145px 0;
}
.widget-snippet  .industries-weserve-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
}
.widget-snippet .industries-weserve-leftpart h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}
.widget-snippet .industries-weserve-leftpart h2 strong{
    color: #3361B5;
    font-weight: 600;
}
.widget-snippet  .industries-weserve-leftpart {
    padding: 90px 0 0 65px;
}
.widget-snippet  .industries-weserve  p {
    margin: 0;
    padding: 0 0 20px 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}
.widget-snippet  .industries-weserve  ul {
	margin: 35px 85px 0 0;
	padding: 15px 0 0 0;
	border-top: 2px solid rgba(112,112,112,0.1);
	display: inline-block;
	vertical-align: top;
	min-width: 244px;
}
.widget-snippet .industries-weserve ul:nth-child(even) {
    margin-right: 0;
}
.widget-snippet .industries-weserve li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background: #3361B5;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.widget-snippet  .industries-weserve  li {
	position:relative;
	margin: 0;
	padding: 0 0 5px 30px;
	color: #5B5B5B;
	line-height: 34px;
	font-size: 18px;
	font-weight: 400;
}
.widget-snippet  .industries-picture{
	position:relative;
}
.widget-snippet  .industries-picture img{
	max-width:100%;
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .industries-picture img:hover{
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.02);
}
.widget-snippet .industries-picture:before {
    content: '';
    position: absolute;
    width: 412px;
    height: 562px;
    background: #F1F6FF;
    right: -40px;
    top: 220px;
}

body.widget-snippet .industries-picture:before,
body.widget-snippet .industries-picture:after {
	display:none;
}


