.product-image > img{
    height: 100px;
}


.p-card{
    height: 250px;
    width: 200px;
    border-radius: 10px;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latest-cards{
    background-color: #fff8f3;
}

.details-btn{
    display: flex;
    background-color: #f29c52;
    color: white;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

