.umpeltoniemi-product-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    
}


.umpeltoniemi-product-card{
    width: 23%;

    display: flex;
    flex-direction: column;

    font-family: "Open Sans", Sans-serif;
    color: #263C67;
}

@media screen and (max-width: 1000px){
    .umpeltoniemi-product-card{
        width: 45%;
    }
}

@media screen and (max-width: 700px){
    .umpeltoniemi-product-card{
        width: 100%;
    }
}

.umpeltoniemi-product-card .umpeltoniemi-product-image{
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    height: 250px;
}

.umpeltoniemi-product-card .umpeltoniemi-product-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.umpeltoniemi-product-card  .umpeltoniemi-product-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.umpeltoniemi-product-card  .umpeltoniemi-product-desc{
    font-size: 14px;
    font-weight: 600;
    color: #3F6E8B;
    margin: 0;
}

.umpeltoniemi-product-card .umpeltoniemi-product-price{
    font-size: 20px;
    font-weight: 700;
}