.servicio-card {
    border: none;
    transition: all 0.25s ease-in-out;
}

.servicio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.servicio-img {
    height: 220px;
    object-fit: cover;
}

.servicio-no-image {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    color: #777;
    border-bottom: 1px solid #e9ecef;
}