/* Start custom CSS for html, class: .elementor-element-b98c00e */.con:last-child {
            display: flex;
            align-items: center; /* Align icon & text block vertically center */
        }

        .con:last-child .con-content {
            display: flex;
            flex-direction: column;
            justify-content: center; /* Center multiple lines of text within this container */
        }

        /* Optional: Ensure no unwanted margins or padding interfere with alignment */
        .con:last-child .con-content p {
            margin: 0; /* Remove default paragraph margin */
            line-height: 1.4; /* Adjust line-height if needed */
        }/* End custom CSS */