.product-section {
    padding: 50px 0;
}

.pro-item {
    padding: 20px;
    background-color: #ffffff; /* Optional card background */
    border: 1px solid #ddd; /* Optional border */
    border-radius: 5px; /* Optional rounded corners */
    transition: transform 0.2s; /* Smooth scaling on hover */
}

.pro-item:hover {
    transform: scale(1.05); /* Scale effect on hover */
}

h6 {
    margin-top: 10px; /* Space between image and text */
    font-size: 1.1rem; /* Adjust text size as needed */
}
