.elementor-3375 .elementor-element.elementor-element-1c8f8d18{--display:flex;}.elementor-3375 .elementor-element.elementor-element-7269e87f{column-gap:0px;}.elementor-3375 .elementor-element.elementor-element-7269e87f p{margin-block-end:0px;}.elementor-3375 .elementor-element.elementor-element-68fc2dc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* Control H2 heading size inside post content */
.entry-content h2,
.post-content h2,
body.single h2 {
    font-size: 32px;        /* 👈 Change this value */
    line-height: 1.3;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

/* Optional: make it responsive on smaller screens */
@media (max-width: 768px) {
    .entry-content h2,
    .post-content h2,
    body.single h2 {
        font-size: 28px;    /* 👈 Smaller size for mobile */
    }
}/* End custom CSS */