.emp-team-img{
    width: 100%;
}


#category-index {
    padding: 40px 0;
    background-color: #f9f9f9;
}

#category-index .head-cap {
    font-size: 18px;
    color: #888;
    margin-bottom: 10px;
}

#category-index .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

#category-index .services-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}

#category-index .services-list li {
    background: #fff;
    margin-bottom: 10px;
    padding: 12px 20px;
    border-left: 5px solid #0073e6;
    font-size: 18px;
    color: #444;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

#category-index .services-list li:hover {
    background-color: #f0f8ff;
    border-color: #005bb5;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    height: 40px;
}

.pro-box img{
    max-width: 100%;
}