.product-category {
    font-weight: bold;
    color: #0056b3;
}
.product-subcategory {
    margin-left: 20px;
}
.product-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list-group-item {
    border: none;
}

.card {
    height: 300px;
    width: 100%;
}
.card-img-top {
    height: 200px;
    /* object-fit: cover; */
}
.centered-heading {
    text-align: center;
}
