.elementor-7327 .elementor-element.elementor-element-8e2c700{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9814edd */.article-container {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f5f5f5;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ea3030;
    margin-bottom: 20px;
}

.sub-title {
    font-size: 28px;
    font-weight: bold;
    color: #ea3030;
    margin-top: 30px;
    margin-bottom: 10px;
}

.event-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

p, ul, ol {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

ul, ol {
    padding-left: 20px;
}

ul li, ol li {
    margin-bottom: 10px;
}

a {
    color: #ea3030;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.article-header {
    text-align: center;
}

.footer {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}

.footer p {
    margin-top: 10px;
    font-size: 18px;
}/* End custom CSS */