/* Add custom CSS styles below */ 
.about-store .footer-title:first-of-type {
                position: relative; /* Ensure proper positioning for pseudo-elements */
                color: transparent !important; /* Hide the original text */
            }
            .about-store .footer-title:first-of-type::before {
                content: "عن الصندوق"; /* Add new text */
                position: absolute;
                color: #fff !important; /* Style for the new text */
            }