#pk_flex_content .flex_content:has(.flex_layout.hero_simple){
    overflow: hidden;
}

#pk_flex_content .flex_layout.hero_simple > div{
    position: relative;
    padding: 50px 0px;
}

#pk_flex_content .flex_layout.hero_simple .flex_container_inner{
    max-width: 800px;
    margin: 0px auto 0px 0px;
    z-index: 1;
    position: relative;
}

#pk_flex_content .flex_layout.hero_simple .heading{
    font-size: var(--heading-2);
}


#pk_flex_content .flex_layout.hero_simple img.style_element{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    height: 1500px;
    min-height: 1000px;
    width: auto;
    max-width: unset;
    opacity: 0.3;
    position: none;
}

@media screen and (max-width: 767px){
    #pk_flex_content .flex_layout.hero_simple > div{ 
        position: relative;
        padding: 0px 0px 40px 0px;
    }
    
    #pk_flex_content .flex_layout.hero_simple:has(> .flex_layout_wrapper > div.image_container) .flex_container{
        padding: 40px 20px 40px 20px;
    }
}