.elementor-145 .elementor-element.elementor-element-8cab4bf{--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-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* General Styling for the Page */
.investment-page {
    font-family: Arial, sans-serif;
    font-size: 1rem ;
    font-weight: 700;
    color: #000000;
    text-align: justify;
    padding: 10px;
    color: #333333;
}

/* Heading Styles */
.investment-page h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.investment-page h2 {
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.investment-page h3 {
    font-size: 1.25em !important;
    font-weight: 600;
    color: #1B252F;
    margin-top: 10px;
    margin-bottom: 0px;
}
.investment-page h4 {
    font-size: 1.25em !important;
    font-weight: 600;
    color: #1B252F;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Paragraph and Bullet List Styles */
.investment-page p {
    font-size: 1em;
    margin-top: 0px;
}

.investment-page ul {
    font-size: 1em;
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: justify;
}

.investment-page ul li {
    margin-top: 0px;
}

/* Call-to-Action Button Styles */
.investment-page a.cta-button {
    display: inline-block;
    padding: 5px 5px;
    font-size: 1em;
    color: #ffffff;
    background-color: #002060;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.investment-page a.cta-button:hover {
    background-color: #006039;
    color: #ffffff;
}

/* Small Text Styles */
.small-text {
    font-size: 0.9em;
    color: #333333;
}/* End custom CSS */