.postmart-img{
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    height: 130px;
    object-fit: cover;
    width: 40%;
}
.postmart-container-item{
    width: 30%;


    .discount {
        font-weight: 600;
        font-size: 20px;
        line-height: 23px;
        color: #FDB813;
    }
    .sell-price {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        color: #A4A4A4;
        margin-left: 15px;
    }
    .min-40{
        min-height: 40px;
    }
}
.content-postmart{
    width: 55%;
}
.text-content-postmart{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #004B8E;
    max-height: 40px;
}
