.heading-image .elementor-heading-title{
    height: 100px;
    padding: 3rem;
    line-height: 26px;
}

.heading-image:before{
    content: "";
    position: absolute;
    background: url(/wp-content/themes/elysium/assets/images/misc/icon-leaf.png);
    background-size: 85px;
    top: 8px;
    left: 0;
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    
}

@media (max-width: 767.98px){
    
    .heading-image:before{
        display:none;
    }
    
    .heading-image .elementor-heading-title{
        height: 140px;
        padding: 2rem;
    }
    
    
}