/*
Theme Name: EHHD ORG
Author: CTWebFactory
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#page,
body {
	background: #f5f4e9;
}

.greenbox:before {
    background: url(/wp-content/uploads/2026/04/green-bg-opt.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    content: "";
    width: 1260px;
    height: 320px;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    right: -20px;
    border-radius: 20px;
    left: -40px;
}

.hero-img {
    
}

@media (max-width: 1024px) {
    .greenbox:before {
        height: 240px;
        width:100%;
        left:0;
        right:0;
    }
}

@media (max-width: 767px){
    .greenbox:before {
   
        left: 0;
        /* right: 0; */
        height: 228px;
        top: 58%;
    }
}