.custom-eg {
    position: relative;
    padding: 12px 0px 16px 30px;
    display:flex;
    align-items: center;
    min-height:136px;
}
.custom-eg .elementor-heading-title{
   position:relative;
    z-index:2;
}
.custom-eg .elementor-heading-title a{
    color:inherit;
}
.text-highlighter {
    position: absolute;
    left: 0;
    top: 0;
    width: 136px;
    height: 100%;
    z-index: 1;
}

@media(max-width:767px){
	.custom-eg{
		 padding: 10px 0px 12px 15px;
	}
}