/* Start custom CSS for consua_about_content, class: .elementor-element-c808f43 */.default-feature-item {
    background-color: #D3D3D3 !important; /* Light gray */
    padding: 1px; /* Adjust spacing */
   
}

.default-feature-item a {
    background-color: #D3D3D3 !important; /* Ensure the link inside also has the same background */
    display: block; /* Make sure it covers the entire box */
    padding: 20px; /* Adjust padding if necessary */
    border-radius: 10px; /* Keep corners smooth */
}

.default-feature-item h4 {
    color: black !important; /* Ensure text is visible */
}/* End custom CSS */