@media screen and (min-width:992px){
.chips-img{position:relative;}
.chips-img:before{
	content: " "!important;
	background: url(/images/000_welltop/home/11.png);
	content: '';
	height: 800px;
	width: 500px;
	top: -54%;
	right: -11%;
	position:absolute;
	background-repeat: no-repeat;
	transform: scale(0.6);
	}
  

}

@media screen and (max-width:768px){
.light-bg {background-blend-mode: overlay!important;}}

.sppb-addon.sppb-addon-text-block.sppb-text-left.grey-bg h3 {
    position: relative;
}

.grey-bg h3.sppb-addon-title:before {
    position: absolute;
    content: '';
    background: #d7e0e7;
    left: -19px;
    top: -21px;
    width: 120px;
    height: 240px;
    z-index: -1;
}

@media screen and (max-width:768px){
.grey-bg h3.sppb-addon-title:before {
    position: absolute;
    content: '';
    background: #d7e0e7;
    left: -16px;
    top: -21px;
    width: 120px;
    height: 269px;
    z-index: -1;
  }}

