/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.1.1
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)
*/
#CustomHeader {
    position: absolute;
    z-index: 2;
}
.elementor-button-icon svg {
    width: inherit !important;
}
.custom-infobox .elementor-icon-box-description {
    margin-left: -60px !important;
}
@media screen and (max-width: 1539px){
	.absolute-image img {
		width: 630px !important;
		height: 900px !important;
	}
	#Summary{
    	background-image: linear-gradient(-90deg, var(--e-global-color-e4ca34b) 51.2%, #FFFFFF00 51.2%);
	}
}