/*
Theme Name: hello child 
Description: hello elementor child theme
Author: balrog
Author URI: d
Author Email: d
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/
.elementor-15 .elementor-element.elementor-element-7c22065{
    position: relative;
}
.elementor-15 .elementor-element.elementor-element-7c22065::before{
    position: absolute;
    background-color: rgb(0 0 0 / 79%);
    width: 50%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 10 !important;
}
.elementor-element-7c22065.e-con:before{
    border: none !important;
}

@media screen and (max-width :575px) {
    .elementor-15 .elementor-element.elementor-element-7c22065::before{ 
        width: 100% !important; 
    }
}