.elementor-1514 .elementor-element.elementor-element-40faf31b{--display:flex;--padding-top:218px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1514 .elementor-element.elementor-element-40faf31b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.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 );}@media(max-width:1280px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(min-width:768px){.elementor-1514 .elementor-element.elementor-element-40faf31b{--width:103.803%;}}@media(min-width:1920px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-45015f7 */@import url('https://googleapis.com');

/* Main Container */
.blog-container {
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    color: #111827; /* Body text remains dark for readability */
    line-height: 1.6;
}

/* Force Heading 1, 2, and 3 to be identical */
h1, h2, h3 {
    color: #004a99 !important;   /* Your specific Blue */
    font-size: 28px !important;  /* Balanced size (not "too big") */
    font-weight: 800;             /* Extra bold for emphasis */
    letter-spacing: -0.01em;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Remove extra top spacing if H1 is the first element */
h1:first-child {
    margin-top: 0;
}

/* Body Text & Lists */
p, li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Bold text inside paragraphs */
strong {
    font-weight: 700;
    color: #111827;
}

/* List spacing */
ul {
    padding-left: 20px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-df9d67e */@import url('https://googleapis.com');

/* Main Container */
.blog-container {
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    color: #111827; /* Body text remains dark for readability */
    line-height: 1.6;
}

/* Force Heading 1, 2, and 3 to be identical */
h1, h2, h3 {
    color: #004a99 !important;   /* Your specific Blue */
    font-size: 28px !important;  /* Balanced size (not "too big") */
    font-weight: 800;             /* Extra bold for emphasis */
    letter-spacing: -0.01em;
    margin-top: 35px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Remove extra top spacing if H1 is the first element */
h1:first-child {
    margin-top: 0;
}

/* Body Text & Lists */
p, li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Bold text inside paragraphs */
strong {
    font-weight: 700;
    color: #111827;
}

/* List spacing */
ul {
    padding-left: 20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-40faf31b *//* Import Poppins with multiple weights */
@import url('https://googleapis.com');

.blog-container {
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    color: #111827; /* Very dark slate/black */
    line-height: 1.6;
}

/* Main Blog Title - Scaled down */
h1 {
    font-size: 36px; /* Reduced from "Too Big" size */
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #0f172a;
}

/* "Key Takeaways:" Section Header */
.takeaways-header {
    font-size: 48px; /* This remains large per the image */
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #0f172a;
}

/* Body Paragraphs */
p {
    font-size: 15px; 
    margin-bottom: 1.5rem;
    font-weight: 400;
}

/* Bold text within paragraphs */
strong {
    font-weight: 700;
}

/* List / Bullet points */
ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

li {
    font-size: 15px;
    margin-bottom: 10px;
    list-style-type: disc;
}/* End custom CSS */