.elementor-204 .elementor-element.elementor-element-4fdfc170{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-30bf704 */.container {
            display: flex;
            flex-direction: row;
            justify-content: space-around; /* Or use space-between or space-evenly */
            align-items: center;
         
        }
        .box {
            flex: 1; /* This makes each box take equal width */
            margin: 10px; /* Optional: Adds space between boxes */
            padding: 20px; /* Optional: Adds padding inside the boxes */
            background-color: #f2f2f2; /* Optional: Sets a background color */
            text-align: center; /* Optional: Centers the text inside each box */
        }/* End custom CSS */