/* Start custom CSS for html, class: .elementor-element-36eae4b */body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
        }


        h1 {
            color: #0d3c00;
        }



        h2 {
            color: #0d3c00;
            margin-top: 20px !important;
        }

        h3 {
            color: #0d3c00;
            margin-top: 20px !important;
        }

        p {
            margin: 10px 0;
        }

        ul {
            padding-left: 20px;
            margin: 10px 0;
        }

        ul li {
            margin-bottom: 10px;
        }

        figure {
            text-align: center;
            margin: 20px 0;
        }

        figure img {
            max-width: 100%;
            height: auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-top: 10px !important;
        }

        figure figcaption {
            font-size: 0.9em;
            color: #555;
            margin-top: 5px;
        }

        footer {
            text-align: center;
            padding: 20px;
            background: #f4f4f4;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 20px;
            background-color: #0d3c00;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            text-align: center;
            margin-top: 20px;
        }

        .cta-button:hover {
            background-color: #0b3200;
        }/* End custom CSS */