.elementor-237 .elementor-element.elementor-element-e11b136{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b822794 *//* General Styling */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Container */
.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Headings */
h1 {
    text-align: center;
    font-size: 28px;
    color: #2c3e50;
    border-bottom: 3px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h2 {
    font-size: 22px;
    color: #007bff;
    margin-top: 20px;
}

/* Paragraphs & Lists */
p {
    font-size: 16px;
    line-height: 1.6;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

/* Contact Info */
.contact-info {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .container {
        padding: 15px;
        margin: 20px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }
}/* End custom CSS */