/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

h1 {
	margin: 0px 0px 25px 0px;
}
h2 {
	margin: 25px 0px 5px 0px;
}
a:hover {
color: var(--e-global-color-accent);
}
.mainContent {
	-webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 10 3 4;
  hyphenate-limit-chars: 10 3 4;
  -webkit-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
 .mainContent ul {
padding-left: 0px;
list-style: none outside;
margin-left: 40px;
margin-bottom: 25px;
}
 .mainContent li {
 margin-bottom: 10px;
}
 .mainContent ul li:not(.elementor-editor-element-setting, .elementor-icon-list-item)::before {

content: '\◼';
margin: 0px 10px 0 -27px!important;
color: #376728;
font-size: 15px;
vertical-align: 3px;

}
.main-img-img img{
    width: 100%;
}
@media only screen 
and (min-width : 768px) {
    .main-img-section {
 height: calc(0.33 * 100vw)!important;
margin: 40px 0px;
}
	.mainContent {
		margin: 0px 0px 80px 0px;
	}
}

@media only screen
and (max-width : 767px) {
    .main-img-section {
 height: calc(0.57 * 100vw)!important;
}
}