.p-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
    max-height: 3em;
    word-wrap: break-word;
}

.p-price {
    height: 28px;
}

.btn-product-details {
    background-color: #E9ECEF;
    color: #343A40;
}
