.elementor-1965 .elementor-element.elementor-element-b1eaa1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1965 .elementor-element.elementor-element-00768bf > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1965 .elementor-element.elementor-element-cdc2b4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1965 .elementor-element.elementor-element-cdc2b4f{--content-width:789px;}}/* Start custom CSS */.container {
    max-width: 8000px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
    color: #2c3e50;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li::before {
    content: '\2714\0020'; /* Checkmark symbol */
    color: #27ae60;
    font-weight: bold;
}

  .cta-button {
        display: inline-block;
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
    }
    
    .cta-button:hover {
        background-color: #45a049;
    }/* End custom CSS */