.img-product-logo{
    margin: 5px;
    border-radius: 5px;
    max-width: 200px;
    max-height: 90px;
}

.product-link-box {
    display: inline-block;
    background: white;
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-link-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.portfolio-image {
    width: 100%;
    margin-top: 5px;
    border-radius: 5px;
}

.portfolio-image-small{
    margin: 5px;
    border-radius: 5px;
    width: 200px;
}

