/* Placeholder custom-services.css */
/* Add custom service-specific styles here */

.service-card {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
}

.img-default {
    object-fit: cover;
    width: 100%;
    height: auto;
}
