.elementor-5149 .elementor-element.elementor-element-3555152e{--display:flex;}/* Start custom CSS */.page-title {
    display: block;        /* keep it as a block element */
    margin-top: 120px;      /* move it down by 10px */
    font-size: 32px;       /* default size for desktop */
    height: auto;          /* let height adjust naturally */
    overflow: visible;     /* show the text normally */
    text-indent: 0;        /* reset indentation */
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .page-title {
        font-size: 22px;   /* smaller size for mobile */
    }
}/* End custom CSS */