.product-card {
    height: 510px;
    width: 350px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 2rem;
    /*box-shadow: 0 0 18px rgba(255, 255, 255, 0.2);*/
}

.product-card .image {
    overflow: hidden;
    height: 81%;
    border-radius: 15px;
}

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

.prod-body {
    padding: 1rem 1rem;
    color: #FFBF44;
}

.prod-body .product-title {
    text-transform: uppercase;
}


@media screen and (max-width: 768px) {

}