.elementor-243 .elementor-element.elementor-element-4d4894f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-154f98b *//* 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: #d9534f;
    border-bottom: 3px solid #d9534f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Paragraphs */
p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

p strong {
    color: #d9534f;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .container {
        padding: 15px;
        margin: 20px;
    }

    h1 {
        font-size: 24px;
    }
}/* End custom CSS */