.elementor-3611 .elementor-element.elementor-element-fc80844{--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-3611 .elementor-element.elementor-element-0aab364{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-fbf1ac3 */<style>
   
    .consent-container {
        max-width: 1200px;
        margin: 40px auto;
        padding: 40px;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    h1 {
        color: #1a237e;
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 3px solid #f50057;
    }

    h2.section-title {
        color: #0d47a1;
        font-size: 1.6em;
        margin-top: 40px;
        margin-bottom: 20px;
        padding-left: 10px;
        border-left: 4px solid #f50057;
    }

    p {
        margin-bottom: 20px;
        font-size: 1.1em;
        color: #444;
    }

    ul {
        list-style-type: disc; /* Bullet points */
        padding-left: 30px;
        margin-bottom: 30px;
    }

    ul li {
        margin-bottom: 20px;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 8px;
        position: relative;
        transition: transform 0.2s, box-shadow 0.2s;
    }

    ul li:hover {
        transform: translateX(10px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
    a:hover {
        color: #f50057;
        border-bottom-color: #1a237e;
    }

    .highlight {
        font-weight: 600;
        color: #d32f2f;
    }/* End custom CSS */