.elementor-380 .elementor-element.elementor-element-aa40d3d{--display:flex;}.elementor-380 .elementor-element.elementor-element-e793e5c{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e793e5c */.course-page {
    font-family: Arial, sans-serif;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
    line-height: 1.6;
}

.course-header {
    background: #375e97;
    color: white;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
}

section {
    margin-top: 30px;
}

section h2 {
    border-left: 5px solid #375e97;
    padding-left: 12px;
    color: #1d3557;
}

ul {
    padding-left: 20px;
}

.cta {
    background: #375e97;
    color: white;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.cta a {
    background: #f39c12;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}/* End custom CSS */