body.widget-snippet .commonpage-area{
  padding: 40px;
}
.widget-snippet .commonpage-area {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding-top: 50px;
    padding-bottom: 120px;
}
.widget-snippet .commonpage-text p {
    font-size: 18px;
    line-height: 35px;
}
.widget-snippet  .commonpage-image{
	position:relative;
    padding-left:30px;
}
.widget-snippet  .commonpage-image 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 .commonpage-image img:hover{
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.02);
}
.widget-snippet .commonpage-image:before {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -37px;
    width: 372px;
    height: 234px;
    background: #F1F6FF;
}
body.widget-snippet .commonpage-image:before{
	display:none;
}
.commonpage-area li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: #3361B5;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.widget-snippet .commonpage-area h1, 
.widget-snippet .commonpage-area h2, 
.widget-snippet .commonpage-area h3, 
.widget-snippet .commonpage-area h4, 
.widget-snippet .commonpage-area  h5,
.widget-snippet .commonpage-area h6 {
    margin: 20px 0 25px 0;
    padding: 0;
	line-height:35px;
}

.widget-snippet .commonpage-area .commonpage-text h2 {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
}
.widget-snippet .commonpage-area ul {
    margin: 0 0 30px 0;
    padding: 0;
}

